• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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