Skip to content

MySql myisamengine table repair

cpx September 13, 2013 1 min read Database Mysql/MYSQLD/3306

MyISAM table fix

CHECK TABLE test_table;
#CHECK TABLE test_table FAST QUICK;
REPAIR TABLE table_name;

Don’t undervalue the backup of the to be repair table.

Be the first to comment

protected · no tracking

0 comments