Are you searching for how to repair a MySQL table, then this answer is for you only. Use the following MySQL syntax for repairing a MySQL table is:
1 2 3 |
REPAIR TABLE table_name REPAIR TABLE table_name QUICK REPAIR TABLE table_name EXTENDED |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.