mysql 쉘 프롬프트 상에서 복구하는 방법을 적어보았다.mysql> use DB명;mysql> show tables;mysql> check table 테이블명;mysql> repair table 테이블명;