갑작스레 아래와 같은 문구가 나타나면서 홈피가 완전 깨져버렸네요.. 정보
갑작스레 아래와 같은 문구가 나타나면서 홈피가 완전 깨져버렸네요..본문
댓글 전체
참고
http://sir.co.kr/bbs/tb.php/g4_qa/25848
repair 로 복구하는 에러
126 127 132 134 135 136 141 144 145
126 = Index file is crashed / Wrong file format
127 = Record-file is crashed
132 = Old database file
134 = Record was already deleted (or record file crashed)
135 = No more room in record file
136 = No more room in index file
141 = Duplicate unique key or constraint on write or update
144 = Table is crashed and last repair failed
145 = Table was marked as crashed and should be repaired
손상된 DB 테이블을 복구하는 mysql 명령어
mysql> repair table g4_login;
http://sir.co.kr/bbs/tb.php/g4_qa/25848
repair 로 복구하는 에러
126 127 132 134 135 136 141 144 145
126 = Index file is crashed / Wrong file format
127 = Record-file is crashed
132 = Old database file
134 = Record was already deleted (or record file crashed)
135 = No more room in record file
136 = No more room in index file
141 = Duplicate unique key or constraint on write or update
144 = Table is crashed and last repair failed
145 = Table was marked as crashed and should be repaired
손상된 DB 테이블을 복구하는 mysql 명령어
mysql> repair table g4_login;
오달수님//감사합니다....
또 해결 되었군요
또 해결 되었군요