14.12.2011, 02:33
Hey I keep getting:
[22:37:18] [MySQL] Error (0): Failed to connect. Access denied for user 'root'@'localhost' (using password: YES).
Yet I'm trying to run my script off my desktop, using WAMP.
Why isn't working if its the default WAMP login, and this is my PWN line for mysql connection
mysql_connect("127.0.0.1", "root", "", "larp", connection);
[22:37:18] [MySQL] Error (0): Failed to connect. Access denied for user 'root'@'localhost' (using password: YES).
Yet I'm trying to run my script off my desktop, using WAMP.
Why isn't working if its the default WAMP login, and this is my PWN line for mysql connection
mysql_connect("127.0.0.1", "root", "", "larp", connection);