[Error Message]
MYSQL ERROR : 1194 - Table 'tableName' is marked as crashed and should
be repaired
-> "tableName"는 오류가 생긴 테이블 입니다.
[Command]
mysql> analyze table tableName; // 테이블에 대한 보고서가 작성됩니다.
mysql> repair table tableName; // 테이블이 복원이 됩니다.
* 만약 repair 명령으로 복구가 안되면 isamchk,myisamchk 로 복구 작업을 하면 됩니다.
(MySQL shutdown 후 진행)
mysql 3.0 버젼
# isamchk <옵션> -u<User> -p <Tablename.ISM> or
<*.ISM>
mysql 4.0 버젼
# myisamchk <옵션> -u<User> -p <Tablename.MYI> or
<*.MYI>
위 명령 실행시 해당되는 ISM or MYI 파일의 에러를 체크하여 복구한다 .
<옵션> 설명
-o : 안전하게 복구
-r : 복구
-f : 강제복구
2010.05.29 00:54
MySQL 오류 테이블 복원
조회 수 17440 추천 수 0 댓글 0
Who's l2zeo
I see
no changes, wake up in the
morning and I ask myself Is life
worth living should I blast myself
Things would never be the same.
Things would never be the same.
-
mysql old_password 문제
-
MySQL 오류 테이블 복원
-
MySQL errno 의미 확인
-
[MySQL] OPTIMIZE, TRUNCATE, 테이블복구, DB공간제한
-
latin1 로 저장된 db 를 euckr 또는 utf8로 변환하는 방법
-
서버에서 mysql euckr과 utf8 같이 사용하기
-
mySQL 설치
-
lower_case_table_names=1
-
MySQL 명령어 정리
-
Another app is currently holding the yum lock; waiting for it to exit 해결법
-
PHP5와 MySQL5 연동시 한글 인코딩 문제 해결방법 (UTF-8으로의 변환)
-
MySQL Error 2006 : MySQL server has gone away 해결하기
-
Redmine database를 복구 하고자 할 때
-
Starting MySQL.Manager of pid-file quit without updating fi[실패]
-
MySQL 데이터 정리후에도 용량변동이 없을 경우
-
Mysql bin log 로테이션 방법
-
리눅스를 이용한 클러스터링 구축법
-
MySQL Replication(복제)
-
MySQL Replication
-
Mysql Replication(Master, Slave) 설정