• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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