• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Problem with admin password

A

andreasbalzer

Guest
Hi,
I tried to change the admin password in plesk. My attempt to do that produced the following error:
ERROR: PleskMainDBException
Create ShortcutCreate Shortcut
Up LevelUp Level
MySQL query failed: Table 'mysql.servers' doesn't exist

0: /usr/local/psa/admin/plib/common_func.php3:218
db_query(string 'flush privileges')
1: /usr/local/psa/admin/plib/cmd_server.php3:93
ch_admin_pass(string '************', string '************')
2: /usr/local/psa/admin/htdocs/server/ch_pass.php3:43


When I try to open plesk now I get
ERROR: PleskFatalException
Unable to connect to database: saved admin password is incorrect.

0: /usr/local/psa/admin/plib/common_func.php3:158
psaerror(string 'Unable to connect to database: saved admin password is incorrect.')
1: /usr/local/psa/admin/auto_prepend/auth.php3:87


The command cat /etc/psa/.psa.shadow shows the old one. My questions: a) Can I go back to the old password? b) Can I go with the new password? c) What is easier to do at the moment?

Please help me, this is urgent. :-/

Thanks.
 
for solution the error: Table 'mysql.servers' doesn't exist in Plesk 10

the solution is:


[root@server ~]# mysql_fix_privilege_tables --user=admin --password=<admin passord> --verbose

This script updates all the mysql privilege tables to be usable by
the current version of MySQL

i testing is all ok!
 
Back
Top