본문 바로가기

Technical/DBMS

mysqld: Table './mysql/proc' is marked as crashed and should be repaired


5.1.X~5.5.X 까지도 가끔 발생되는 오류인데

mysqldump 를 실행하면 로그상에 보이는 오류메시지이다.


[ERROR] mysqld: Table './mysql/proc' is marked as crashed and should be repaired

[Warning] Checking table:   './mysql/proc'


이 때는 mysql 유틸리티에 포함된 mysqlcheck 을 사용하여 해결할 수 있다.


# mysqlcheck --repair mysql proc -uroot -ppassword