Quote:
Originally Posted by darling2
you can use the repair table command.
1. log into your server via ssh.
2. then use the mysql client to connect to the database like:
mysql -uYourUserNAme -pYourPassword YourDatabasename
3. issue this command for every broken table:
repair table YourTableName;
After this all your tables will be fixed and you can export them
|
Can also be done in phpMyAdmin pretty easily if that's on there.