Magento – SQLSTATE[28000] [1045] Access denied for user ‘balmain’@’localhost’ (using password: YES)

databasemagento-1.9magento-connectsql

I'm attempting to connect on my site in magento 1.9 on my work environment. It's shown a page like this:
enter image description here

Until other yesterday everythig worked perfectly.. Can you help me,please?
Thanks!

Best Answer

Check the below steps

  1. DB Checks : Make sure the Db still exists , Ensure that user balmain'@'localhost has been granted access to the database in question.
  2. Xammp/WAMP/ Server Checks : Check for MYSql service is running , check if the port is changed or not .
  3. Magento Checks : clear cache ,Disable all 3rd party modules on the server , Make sure you have reset the file permissions Magento Wiki

If you are still getting error messages, verify that the username, password and database name /app/etc/local.xml

Related Topic