• 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

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