Admin-Ahead Community

Windows => Control Panels => Plesk => Topic started by: Haripriya H on December 15, 2013, 03:03:03 pm

Title: Database error when accessing Plesk control panel
Post by: Haripriya H on December 15, 2013, 03:03:03 pm
Unable to access Plesk control panel due to database error:
**********************************************************

Following error occurs when we access Plesk control panel.

==========
/usr/local/psa/admin/auto_prepend/auth.php3: psaerror ( string “Unable to
connect to database : saved admin password is incorrect .” )
==========

Reason for the error message:
*****************************

This error occurs while accessing Plesk if Mysql is not running with skip-grant-table option.

Fix :
*****
This can be resolved by restarting Mysql with skip-grant-tables or adding skip-grant-table in my.cnf.

=================
/etc/init.d/mysql stop
vi /etv/my.cnf and add “skip_grant_tables=1"
/etc/init.d/mysql start.
=================