에러가 Table 'xxx' is marked as crashed and should be repaired. 이렇게 나온다면
-> 해결책
DB에서
mysql> repair table product; //"product"는 오류가 생긴 테이블 입니다.
하시기 전에
mysql>analyze table product;를 실행하면 테이블에 대한 보고서가 작성됩니다.
그리고 나서
mysql>repair table product;를 실행하면 복원이 됩니다.
'Computer Engineering > Linux' 카테고리의 다른 글
Putty SSH 창 한글 깨짐 현상 해결법 (0) | 2014.01.07 |
---|---|
[리눅스] 용량 정리 (access_log, error_log) (0) | 2011.12.09 |
[리눅스] Mysql 에러 !! Table 'xxx' is marked as crashed and should be repaired. (0) | 2011.12.08 |
[리눅스] 갑자기 phpmyadmin 로긴이 안될때 (0) | 2011.12.08 |
[리눅스] 용량 확인 (0) | 2011.10.09 |
[리눅스] FTP 설치 및 설정 (0) | 2011.09.21 |