2003년 10월 24일
Got error 127 from table handler 를 만났을떄
개요
The error:
Random queries begin to fail and return this error "Got error 127 from table handler"

The cause:
This error usually means that MySQL's datafiles have been corrupted and the table handler can nolonger read them properly. Wether or not the error occurs depends on wether or not mysql tried to read that part of the file that is corrupted.

The solution:
Usually this can only be solved by repairing the datafiles manually.
How this is done is explained in the MySQL manual: 4.4.6.9 - how to repair tables

정리
check table 테이블이름;
만약 맛탱이 갔으면?
repair table 테이블이름

by mostech | 2003/10/24 13:56 | Mysql | 트랙백 | 덧글(0)
트랙백 주소 : http://mostech.egloos.com/tb/80260
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글



<< 이전 페이지 | 다음 페이지 >>