can anyone help me with this problem.

Comments

gdip’s picture

The answer to your problem is probably found on this page
http://dev.mysql.com/doc/refman/5.0/en/access-denied.html

paddy_deburca’s picture

I have had similar problems. In my case I could not authenticate with mysql using the default password.

See http://dev.mysql.com/doc/refman/5.0/en/old-client.html

Try on your mysql database

SET PASSWORD FOR 'username'@'localhost' = OLD_PASSWORD('my_password');

Paddy.

http://deburca.org, and http://amadain.net