Recently I was concerned that my server had been breached, and changed the root password for mysql.Since then I've started receiving a bunch of these emails from i-mscp:
Code
- Dear admin,An exception with the following message has been thrown in file/var/www/imscp/gui/library/iMSCP/Initializer.php (Line: 354):=================================================================Unable to establish the connection to the database. SQL returned:SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost'(using password: YES)Query was:=================================================================Debug backtrace:---------------File: /var/www/imscp/gui/library/iMSCP/Initializer.php (Line: 138)Method: iMSCP_Initializer::_initializeDatabase()File: /var/www/imscp/gui/library/iMSCP/Initializer.php (Line: 95)Method: iMSCP_Initializer::_processAll()File: /var/www/imscp/gui/library/environment.php (Line: 231)Method: iMSCP_Initializer::run()File: /var/www/imscp/gui/library/imscp-lib.php (Line: 148)Function: require_once()File: /var/www/imscp/gui/public/plugins.php (Line: 30)Function: require_once()
I assume that's because i-mscp needs to login as sql root user? How should I proceed to reauthenticate i-mscp?