Can anyone tell me what this means please? Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Documents and Settings\All Users\Desktop\wamp\www\page\addemail2.php on line 13 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Documents and Settings\All Users\Desktop\wamp\www\page\addemail2.php on line 13 Access denied for user 'ODBC'@'localhost' (using password: NO) Code (markup):
It means that you tried to connect to MySQL without providing any password. The username it used ("ODBC") does not have rights to access your MySQL server without a password.
You are not able to connect to your MySQL server using "ODBC" user. If you have not reset the password for MySQL root user then the default credential for wamp server is: Username: root Password is blank (no characters). Kailash