18.12.2014, 19:43
Hello all. So i'm having a problem with loading the gm based on mysql from the host. When I run it on localhost, it works, all the username, database name and password, but when I try to run it with the Vortex Server host, It sends me this error in mysql log:
This is mysql connection info if i use the paid host:
This is mysql connection info if i use the localhost, not the paid one:
Код:
[MySQL] Error (0): Function: mysql_query called when not connected to any database. Access denied for user 'ErchaSdb'@'66.225.195.162' (using password: YES).
Код:
mysql_connect("mysql.vortexservers.com", "ErchaS", "ErchaSdb", "s1j8Z23Xcr", connection, 1);
Код:
mysql_connect("localhost", "cnrsf", "cnrsf", "cnrsf", connection, 1);