2014년 10월 13일 월요일

Table 'xxxx' is marked as crashed and should be repaired

mysql db 운영 중 아래와 같은 error 를 접하게 되었다.

[ERROR] /usr/local/libexec/mysqld: Table 'xxxx' is marked as crashed and should be repaired

아.. 뭐지? 해당 테이블에 접근이 안된다.

[해결방법]

1. table 을 분석하자.
analyze table `xxxx`;


2. table 을 복구하자.

repair table`xxxx`;










row 가 많을 수록 시간이 오래 걸린다.

[참고] 

댓글 없음:

댓글 쓰기