can anyone help me with this problem.
The answer to your problem is probably found on this page http://dev.mysql.com/doc/refman/5.0/en/access-denied.html
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
http://deburca.org
Comments
MySQL - access denied...
The answer to your problem is probably found on this page
http://dev.mysql.com/doc/refman/5.0/en/access-denied.html
You can also try
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
Paddy.
http://deburca.org, and http://amadain.net
Paddy.
http://deburca.org