import - Importing old mysql data folder -


After a restoration, all of the older data are still shown in the MySQL / data folder, but not actually loaded in the database Are done.

Is there any way to scan MySQL data folders and / or import older folders from its old installation again? [Some backup / export - partly my fault - so I would like to recognize folders instead of importing SQL files again.]

If the data is in the correct folder, it will appear in MySQL, or you will get errors after the server starts. Check / var / log / messages and your MySQL error log (as defined in your config).

If you have not received any errors and have not been able to see the data, it seems that the data path in my.cnf is pointing to a different folder.


Comments