Skip to content

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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

mysql 복구하기

mysql> select * from SMHWINFO;
ERROR 1016: Can\'t open file: \'SMHWINFO.MYD\'. (errno: 145)

위와 같은 mysql 에러가 발생하면 mysql 테이블이 손상된 경우입니다.

MYD확장자를 가진 파일은 mysql data를 저장하는 파일입니다.
일단 DB를 내리고 MYD, MYI, frm 파일을 백업해둡니다.

(이경우의 백업은 파일 백업을 말하는것이다.)
그리고나서 myisamchk로 복구를 시도해봅니다.

killall mysqld ->mysql 데몬 죽이기
./myisamchk --safe-recorver /usr/local/mysql/data/DB명/복구할 테이블명

여기서 myisamchk 파일이 패스가 걸려있으면 아무곳에서나 실행이 가능하지만 아닌경우에는 mysql이 설치된 디렉토리의

bin 디렉토리 아래에 있습니다.

ex)/usr/local/mysql/bin/myisamchk

/usr/local/mysql/data 이 경로는 소스컴파일 할때 MYD가 저장될 디렉토리명을 data로 바꿔준 경우입니다.
소스컴파일 할때의 디폴트 설정은 /usr/local/mysql/var 로 되어있고, rpm 의 경우에는 /var/lib/mysql/ 입니다.


  1. MySQL 데이터베이스의 생성과 삭제

    Date2008.10.30 ByADMINPLAY Views7784
    Read More
  2. mysql 설치 시 LinuxThreads 에러

    Date2008.10.30 ByADMINPLAY Views6712
    Read More
  3. mysql 테이블이 손상된 경우 myisamchk

    Date2008.10.30 ByADMINPLAY Views7781
    Read More
  4. 초기 mysql root 패스워드 설정 및 비번 변경과 root 비번 잃어 버렸을 경우 변경하는 방법

    Date2008.10.30 ByADMINPLAY Views11391
    Read More
  5. mysql 자주쓰는 명령어 정리

    Date2008.10.30 ByADMINPLAY Views7266
    Read More
  6. mysql data디렉토리 변경

    Date2008.10.30 ByADMINPLAY Views9392
    Read More
  7. Mysql 버전별 케릭터셋 지원여부 (euckr / utf-8)

    Date2008.11.04 ByADMINPLAY Views7950
    Read More
  8. mysql root에 아무권한이 없어 작업이 불가능한 경우

    Date2008.11.11 ByADMINPLAY Views7282
    Read More
  9. Mysql max_connection 늘리기

    Date2008.11.11 ByADMINPLAY Views8367
    Read More
  10. MySQL 테이블 복구하기 (쉴 프롬프트에서..)

    Date2008.11.11 ByADMINPLAY Views7591
    Read More
  11. mysql 자세한 복구 방법 #1

    Date2008.11.11 ByADMINPLAY Views6864
    Read More
  12. mysql 자세한 복구 방법 #2

    Date2008.11.11 ByADMINPLAY Views7510
    Read More
  13. InnoDB 와 MyISAM

    Date2008.12.14 ByADMINPLAY Views8714
    Read More
  14. Mysql 버전확인

    Date2008.12.23 ByADMINPLAY Views9970
    Read More
  15. mysql 외부접속

    Date2009.02.07 ByADMINPLAY Views8859
    Read More
  16. mysql5.0 계정 생성시 ssl_cipher 에러

    Date2009.03.03 ByADMINPLAY Views9668
    Read More
  17. SSL을 이용한 MySQL 연결

    Date2009.03.03 ByADMINPLAY Views10886
    Read More
  18. MySQL max connection 값 변경

    Date2009.03.09 ByADMINPLAY Views9815
    Read More
  19. mysqli 컴파일중 re2c 에러발생!

    Date2009.03.17 ByADMINPLAY Views9481
    Read More
  20. slow Query 조사

    Date2009.03.17 ByADMINPLAY Views9169
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234