• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk show 0 database, but mysql had many

EveMauta

Basic Pleskian
Dear all,

I search for a same case without founding any answer. So I open this thread.
I had to migrate from a server in recovery mode to a new one with Plesk 11.
I copy all files in /var/lib/mysql from the old to the new and I correct owners and rights.
When I connect to mysql, I can see all databeses :
Code:
mysql> show databases;
+-------------------------+
| Database                |
+-------------------------+
| information_schema      |
| CGTRA_TRAIM             |
| IHSRA                   |
| adees_2                 |
| adeesra                 |
| apsc                    |
| atmail                  |
| cgt38                   |
| cgtain                  |
| cgtain_2                |
| horde                   |
| mysql                   |
| phpmyadmin_CoQOCQDdfXTW |
| phpmyadmin_s2eEyvQBaKPp |
| portail                 |
| psa                     |
| saison                  |
| savoie                  |
| sitebuilder5            |
| spip_cgtra              |
| themas                  |
+-------------------------+
21 rows in set (0.00 sec)

But in Plesk I have 0 database.
When I try to create one through plesk (like) adeesra, it tell me it already exists.

What can I do?
 
Moving databases manually is not enough for displaying them in Plesk interface. There are many related records in psa database about these databases and they should be added correctly.
You may create these databases through Plesk interface and then migrate content of these databases manually from your initial sever.
 
Back
Top