↧
Answer by Datadimension for Importing old mysql data folder
The above are good ideas.To recover backup from an existing backup directory with zero effect on any existing database:change my.cnf / my.ini to your backup folder (if you don't have OUCH - do it in...
View ArticleAnswer by Andy for Importing old mysql data folder
If the data is in the correct folder, it will be visible in MySQL, or you will get errors when the server starts. Check /var/log/messages and your MySQL error log (as defined in your config).If you...
View ArticleImporting old mysql data folder
After a reinstall, all of the old data still shows inside the MySQL/data folder, but is not actually loaded into the database.Is there any way to have MySQL scan it's data folder and / or reimport the...
View Article