Technical Problem
ID #1312
I am receiving messages : mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO).. I have imported the script into mysql database but the error message is still there. What are the possible reasons for this problem?
This error is cause of invalid username and password of mysql.
Maybe you have imported your database from your local pc using "root" username and blank password.
To solve this problem, edit your mysql connection script then provide your mysql username and password that you have created in your cpanel.
Related entries:
Last update: 2008-01-02 08:37
Author: Philhosting
Revision: 1.0
You can comment on this entry