Skip to content

조회 수 17267 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

[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 : 강제복구


List of Articles
번호 제목 글쓴이 날짜 조회 수
86 libmysqlclient.so.15: cannot open shared object file: No such file or directory ADMINPLAY 2010.07.07 22840
85 MySQL 튜닝 값을 탐지해주는 유용한 툴 file ADMINPLAY 2012.02.23 22352
84 Starting MySQL.Manager of pid-file quit without updating fi[실패] ADMINPLAY 2010.01.28 19866
83 ../depcomp: line 571: exec: g++: not found ADMINPLAY 2010.11.26 19497
82 MySQL 튜닝 query cache 설정 ADMINPLAY 2011.04.09 19335
81 mysql old_password 문제 ADMINPLAY 2010.06.19 18451
80 [MySQL 5.1.4] /bin/rm: cannot remove `libtoolT': No such file or directory ADMINPLAY 2012.01.16 18413
79 Mysql - Query Cache ADMINPLAY 2011.04.09 18381
78 Another app is currently holding the yum lock; waiting for it to exit 해결법 l2zeo 2010.03.08 18284
77 mysql - copying to tmp table ADMINPLAY 2012.01.16 18088
76 lower_case_table_names=1 ADMINPLAY 2010.04.02 18084
75 MySQL의 호스트 블럭킹 & max_connect_errors ADMINPLAY 2011.03.09 17768
74 FULLTEXT 인덱스와 서치 ADMINPLAY 2011.04.09 17435
73 mysql 다중 서버 관리 ADMINPLAY 2012.12.17 17269
» MySQL 오류 테이블 복원 l2zeo 2010.05.29 17267
71 MYSQL 4.0 --> 5.1 마이그레이션 ADMINPLAY 2012.01.16 17155
70 mysql innodb 설정확인 ADMINPLAY 2009.06.17 16619
69 MySQL errno 의미 확인 l2zeo 2010.05.29 16591
68 latin1 로 저장된 db 를 euckr 또는 utf8로 변환하는 방법 ADMINPLAY 2010.05.28 16541
67 [MySQL] OPTIMIZE, TRUNCATE, 테이블복구, DB공간제한 l2zeo 2010.05.29 16489
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234