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.