Unable to connect to MySQL database via PHPMyadmin after changing password
Upon updating MySQL admin password, connecting to MySQL database via phpMyAdmin stop working. Continue to get “#1045 – Access denied for user ‘dbadmin’@XX.XX.XX.XX’ (using password: YES” error message. Changing the password again did not help. Password was entered correctly. What could be the issue?

smallwei 4:57 am on December 10, 2009
The issue may be due to a caching issue with your browser.
Try clearing your browsers cache or try using a different browser. phpMyAdmin does use cache to store authentication information, therefore if you update your password, it is alway a good idea to clear your browser cache.