Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Database error when accessing Plesk control panel  (Read 2826 times)

0 Members and 1 Guest are viewing this topic.

Haripriya H

  • Guest
Database error when accessing Plesk control panel
« 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.
=================