Quote:
Originally Posted by jimaway
try connecting to localhost then (127.0.0.1) instead of 'adsl-dyn216.78-98-46.t-com.sk'
|
That is not the IP he is connecting to, that is his IP. Though, connecting to localhost might solve the issue
Quote:
Originally Posted by colossus
Or.... access by user root ;)
|
The same error will occur if he has his MySQL Server configured correctly
Quote:
Originally Posted by risontek22
Hello,
I have a database, in PHP i can normaly connect ... (mysql_connect()...) but in AMXX it is not working for me. I tried this
PHP Code:
log_amx("%s",g_MySQLError)
And here is the problem:
PHP Code:
09/18/2013 - 09:02:44: [plugin.amxx] Access denied for user 'db233_2
'@'adsl-dyn216.78-98-46.t-com.sk' (using password: YES)
EDIT: PHP Server is running on PC where is the CS server too.
|
How are you connecting to the MySQL Server?
__________________