• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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