Shopware crashed with Zend_Db_Adapter_Exception

Hello,

 

Today when I checked the shopware instance installed on our server. I saw the error below :

Fatal error : Uncaught exception ‘Zend_Db_Adapter_Exception’ with message ‘SQLSTATE[28000] [1045] Access denied for user ‘******’@‘localhost’ (using password: YES)’ in /var/www/engine/Library/Enlight/Components/Db/Adapter/Pdo/Mysql.php:101 Stack trace: #0 /var/www/engine/Library/Zend/Db/Adapter/Abstract.php(316): Enlight_Components_Db_Adapter_Pdo_Mysql->_connect() #1 /var/www/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php(263): Zend_Db_Adapter_Abstract->getConnection() #2 /var/www/engine/Shopware/Components/DependencyInjection/Bridge/Db.php(45): Zend_Db_Adapter_Pdo_Abstract->exec(‘SET @@session.s…’) #3 /var/www/var/cache/production_201510221322/proxies/ShopwareProductionProjectContainer.php(373): Shopware\Components\DependencyInjection\Bridge\Db->factory(‘pdo_mysql’, Array) #4 /var/www/vendor/symfony/dependency-injection/Container.php(327): ShopwareProductionProjectContainer->getDbService() #5 /var/www/engine/Shopware/Components/DependencyInjection/Container.php(253): Symfony\Component\DependencyInjection\Container->get in /var/www/engine/Library/Enlight/Components/Db/Adapter/Pdo/Mysql.php on line 101
503 Service Unavailable

What is wrong. I restarted Apache, MySQl, didn’t help. Server is runnning Debian X64.

Hi,

the password / user combination does not match:

Access denied for user ' ******'@'localhost

Best regards,

Daniel