05-23-2020, 09:46 PM
(05-22-2020, 08:32 PM)youssefbasha Wrote: Actually @"Hidden Refuge" you are right, seems that because my MySQL server didn't shut down well the files are unclean which caused me some errors in the database i moved like #1033 - Incorrect information in file: './xx/xx.frm'
And i didn't figure out how can i fix this yet
I'm not sure if this is still relevant but, in any case here is the command for that (adjust it to your own case):
Code: (Select All)
mysqldump -u root -p --host=localhost --port 3306 --default-character-set=utf8 --all-databases > /output_path/all_databases.sql
The above suppose that you remounted the filesystem and started mysqld.
Edit: To debug the #1033 error, you need to give us a lot more information than what's in the the quoted text.
Good luck!