• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk shows 0 mysql databases

William Hudson

New Pleskian
I updated Plesk to version 9 (now 9.2) some time ago but did not notice that the control panel now shows that I have no MySql databases (it shows the server and that it is connected, but the database count is 0). DB WebAdmin, in contrast, says there are 6. How do I get Plesk to reflect the correct number of databases?

I've had a dig through the forums but did not find anything relevant.

Thanks in advance.

Regards,

William
 
Andrey -

Thanks, but even though the control panel shows 0 databases, it will not let me remove the existing server (I cannot tick the checkbox). Any other thoughts?

Regards,

William
 
Hello,

I'd check plesk database if the databses are present in the psa database:

mysql -u admin -p`cat/etc/psa/.psa.shadow` psa
select * from data_bases;

If this returns empty then you have to recreate the databses from plesk or insert the records manually(I wouldnt recommend the second.)

The first you can achieve by :

dumping all databases ;
delete manually from mysql (drop database xxxx -> not the plesk one or mysql one, just the dbs that are needed in plesk)
add them at the domains
reimport them.
 
Back
Top