Live Brilliant

[에러] : Table '테이블명' is marked as crashed and should be repaired 본문

개발은 핵찜이야/DATABASE

[에러] : Table '테이블명' is marked as crashed and should be repaired

주인정 2012. 4. 13. 18:44

Table '테이블명' is marked as crashed and should be repaired
에러 발생시 해결 방법

만약 'member' 라는 테이블에서 에러가 발생할경우

mysql>check table member;
member 테이블을 체크해본결과 에러내용이 보입니다.

mysql>repair table member;
라고 이력후 excute를 눌러주면 복구되지만 안될수도 있다.

mysql>check table member;
다시 에러 체크해본다.

Comments