Apr 182010
Repair table in MySQL
Answer:
If you are using the MyISAM storage engine, database might be corrupted when the computer was shutdown unexpectedly. To repair the table, you can use the following command in the MySQL client.
mysql> REPAIR TABLE my_table;