1. Repair table (sample graph_templates_graph ;)
use databasename
repair table tablename
mysql> use cacti;
Database changed
mysql>
mysql> repair table graph_templates_graph ;
+-----------------------------+--------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+-----------------------------+--------+----------+----------+
| cacti.graph_templates_graph | repair | status | OK |
+-----------------------------+--------+----------+----------+
1 row in set (0.06 sec)
mysql>













