• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Mysql Problem

D

Diatodan

Guest
Hi,

I have updated to plesk 10.0.1 and updated php and Mysql.
However, I cannot create a database user anymore :
"Error: Connection to the database server failed:Table 'mysql.servers' doesn't exist".

Any suggestions?

Thanks
 
You have corrupted "mysql" database. Try to recover it with usual mysql methods.
 
Fix

Ok thanks,

Here is what I used :
[root@server ~]# mysql_fix_privilege_tables --user=admin --password=<admin passord> --verbose
 
Back
Top