MySql myisamengine table repair
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.
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.
0 comments