07/09/2017

MySQL-Table is marked as crashed and should be repaired

By Technical Digit

You can use the command to repair individual tables in MySQL Database.

> REPAIR TABLE <table_name> ;
Example: REPAIR TABLE EMPLOYEES;
(there must be ample space for the mysql files)

Total Views: 1354