Published by exdone
Posted on November 10, 2008
Service is not available now, probably your Plesk is misconfigured.
Contact Your provider for details.
Internal Plesk error occurred: Unable to connect to database: saved admin password is incorrect.
————
Fix
———–
you will need to edit the mysql config file
add skip-grant-tables under mysqld
/etc/my.cnf
then restart mysql
connect to the mysql db
issue the following command
UPDATE mysql.user SET Password=PASSWORD('new_pwd') WHERE User='admin';
then
FLUSH PRIVILEGES;
exit mysql ,
remove the skip-grant-tables from the mysqld config
restart mysql
*also very the password matches /etc/psa/.psa.shadow
cat /etc/psa/.psa.shadow