Got error 127 from table handler 에러 처리
간혹가다가 잘 돌아가던 서버 페이지가 DB쪽의 문제로 다음과 같은 오류가 생기곤 합니다.
Got error 127 from table handler
Got error 127 from table handler
phpadmin-> Operations -> 테이블 분석-> 테이블복구
※ 아래 참고
shell> perror 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 명령어 입니다.
DB에서
mysql> repair table product; //"product"는 오류가 생긴 테이블 입니다.
하시기 전에
mysql>analyze table product;를 실행하면 테이블에 대한 보고서가 작성됩니다.
그리고 나서
mysql>repair table product;를 실행하면 복원이 됩니다.
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6002 | 9년 전 | 183 | ||
| 6001 | 9년 전 | 162 | ||
| 6000 | 9년 전 | 208 | ||
| 5999 | 9년 전 | 141 | ||
| 5998 | 9년 전 | 186 | ||
| 5997 | 9년 전 | 213 | ||
| 5996 | 9년 전 | 168 | ||
| 5995 | 9년 전 | 221 | ||
| 5994 | 9년 전 | 174 | ||
| 5993 | 9년 전 | 245 | ||
| 5992 | 9년 전 | 324 | ||
| 5991 | 9년 전 | 336 | ||
| 5990 | 9년 전 | 273 | ||
| 5989 | 9년 전 | 256 | ||
| 5988 | 9년 전 | 251 | ||
| 5987 | 9년 전 | 215 | ||
| 5986 | 9년 전 | 249 | ||
| 5985 | 9년 전 | 210 | ||
| 5984 | 9년 전 | 174 | ||
| 5983 | 9년 전 | 172 | ||
| 5982 | 9년 전 | 230 | ||
| 5981 | 9년 전 | 274 | ||
| 5980 | 9년 전 | 227 | ||
| 5979 | 9년 전 | 236 | ||
| 5978 | 9년 전 | 216 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기