Skip to content

조회 수 17282 추천 수 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 : 강제복구


  1. 서버에서 mysql euckr과 utf8 같이 사용하기

    Date2010.05.03 ByADMINPLAY Views12811
    Read More
  2. latin1 로 저장된 db 를 euckr 또는 utf8로 변환하는 방법

    Date2010.05.28 ByADMINPLAY Views16555
    Read More
  3. [MySQL] OPTIMIZE, TRUNCATE, 테이블복구, DB공간제한

    Date2010.05.29 Byl2zeo Views16499
    Read More
  4. MySQL errno 의미 확인

    Date2010.05.29 Byl2zeo Views16606
    Read More
  5. MySQL 오류 테이블 복원

    Date2010.05.29 Byl2zeo Views17282
    Read More
  6. mysql old_password 문제

    Date2010.06.19 ByADMINPLAY Views18465
    Read More
  7. libmysqlclient.so.15: cannot open shared object file: No such file or directory

    Date2010.07.07 ByADMINPLAY Views22867
    Read More
  8. ../depcomp: line 571: exec: g++: not found

    Date2010.11.26 ByADMINPLAY Views19514
    Read More
  9. MySQL의 호스트 블럭킹 & max_connect_errors

    Date2011.03.09 ByADMINPLAY Views17791
    Read More
  10. MySQL에서 Query Cache 사용하기

    Date2011.03.18 ByADMINPLAY Views15877
    Read More
  11. FULLTEXT 인덱스와 서치

    Date2011.04.09 ByADMINPLAY Views17460
    Read More
  12. Mysql - Query Cache

    Date2011.04.09 ByADMINPLAY Views18409
    Read More
  13. MySQL 튜닝 query cache 설정

    Date2011.04.09 ByADMINPLAY Views19362
    Read More
  14. [MySQL 5.1.4] /bin/rm: cannot remove `libtoolT': No such file or directory

    Date2012.01.16 ByADMINPLAY Views18440
    Read More
  15. MYSQL 4.0 --> 5.1 마이그레이션

    Date2012.01.16 ByADMINPLAY Views17176
    Read More
  16. [데이터베이스] [DBMS-MYSQL] "SHOW PROCESSLIST"시 state 종류 및 설명

    Date2012.01.16 ByADMINPLAY Views15946
    Read More
  17. mysql - copying to tmp table

    Date2012.01.16 ByADMINPLAY Views18114
    Read More
  18. MySQL 튜닝 값을 탐지해주는 유용한 툴

    Date2012.02.23 ByADMINPLAY Views22374
    Read More
  19. mysql 다중 서버 관리

    Date2012.12.17 ByADMINPLAY Views17291
    Read More
  20. innodb recovery

    Date2013.01.21 Byl2zeo Views11148
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234