<*><*> MYSQL ERROR <*><*> 정보
<*><*> MYSQL ERROR <*><*>본문
select distinct wr_parent from g4_write_300110 where (1)
145 : Table './jjzoaDB/g4_write_300110' is marked as crashed and should be repaired
error file : /bbs/board.php
+-----------------------+-------+----------+---------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+-----------------------+-------+----------+---------------------------------------------+
| mysql.g4_write_300110 | check | Error | Table 'mysql.g4_write_300110' doesn't exist |
| mysql.g4_write_300110 | check | status | Operation failed |
+-----------------------+-------+----------+---------------------------------------------+
check table g4_write_300110;
repair table g4_write_300110;
이방법은 되지 않습니다.
현재 테이블 몇개가 저런데 어떻에 할방법이 없나요?
네이버 뒤저보아도 저는 도움이 잘안되는거 같습니다.
도움좀 주십시요.. 부탁드립니다.
145 : Table './jjzoaDB/g4_write_300110' is marked as crashed and should be repaired
error file : /bbs/board.php
+-----------------------+-------+----------+---------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+-----------------------+-------+----------+---------------------------------------------+
| mysql.g4_write_300110 | check | Error | Table 'mysql.g4_write_300110' doesn't exist |
| mysql.g4_write_300110 | check | status | Operation failed |
+-----------------------+-------+----------+---------------------------------------------+
check table g4_write_300110;
repair table g4_write_300110;
이방법은 되지 않습니다.
현재 테이블 몇개가 저런데 어떻에 할방법이 없나요?
네이버 뒤저보아도 저는 도움이 잘안되는거 같습니다.
도움좀 주십시요.. 부탁드립니다.
댓글 전체
테이블이 깨졌을땐 직접서버에 접속후 myisamchk 명령어를 사용합니다
구글에 myisamchk 라고 쳐보시고 공부해보세요^^
구글에 myisamchk 라고 쳐보시고 공부해보세요^^