Got error 127 from storage engine

MySQL

Got error 127 from storage engine というエラーが出てSQLが実行できない

テーブル名がtest_tableだとして

 CHECK TABLE test_table;

としてみると

 Table 	Op 	Msg_type 	Msg_text
 DB.test_table 	check 	warning 	Table is marked as crashed
 DB.test_table 	check 	warning 	3 clients are using or haven't closed the table pr...
 DB.test_table 	check 	error 	Record at pos: 73412 is not remove-marked
 DB.test_table 	check 	error 	record delete-link-chain corrupted
 DB.test_table 	check 	error 	Corrupt

と帰ってきてしまいます。

 REPAIR TABLE test_table;

としたら治りました。

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です