자꾸 이런 오류가 뜹니다.. 정보
자꾸 이런 오류가 뜹니다..본문
select * from g4_board_file where bo_table = 'screen' and wr_id = '13794' order by bf_no
1194 : Table 'g4_board_file' is marked as crashed and should be repaired
error file : /board/bbs/board.php
파일을 올릴때마다 XX테이블의 XX번호의 글 오류라고 하면서 계속 안되네요;
phpmyadmin 으로 들어가서 계속 지우고 있긴 하지만;;
파일 첨부되는것마다 그렇게 되니 답답합니다..
이런거 어떻게 수정해야 하는지..
속 시원한 답변 부탁드리겠습니다 ㅠ
댓글 전체
repair table g4_board_file
이란 query를 실행해 보세요.
먼저, 주의 사항 검토하시구요.
http://dev.mysql.com/doc/refman/4.1/en/repair-table.html
이란 query를 실행해 보세요.
먼저, 주의 사항 검토하시구요.
http://dev.mysql.com/doc/refman/4.1/en/repair-table.html
감사합니다 ^^ 지금은 잘 되네요 ^^
http://blog.naver.com/ryl9924?Redirect=Log&logNo=140090004137
여기한번 참조해보세요..
디비 테이블이 깨진경우
1. 아래 방법으로 돌려보고
check table account_book;
repair table account_book;
optimize table account_book;
analyze table account_book;
2. 위 방법이 안되면
디비를 죽이고,
cd /var/libs/mysql/디비명
으로 들어가서
아래방법으로 해주고
myisamchk -r --extend-check 테이블명
myisamchk --safe-recover 테이블명
다시 데몬 실행해서, 1번방법을 해주면 된다.
[출처] Table 'XXXXX' is marked as crashed and should be repaired 라고뜰시 해결법 |작성자 도약
해당 테이블이 깨져서 나오는 에러구문이라고하네요..
여기한번 참조해보세요..
디비 테이블이 깨진경우
1. 아래 방법으로 돌려보고
check table account_book;
repair table account_book;
optimize table account_book;
analyze table account_book;
2. 위 방법이 안되면
디비를 죽이고,
cd /var/libs/mysql/디비명
으로 들어가서
아래방법으로 해주고
myisamchk -r --extend-check 테이블명
myisamchk --safe-recover 테이블명
다시 데몬 실행해서, 1번방법을 해주면 된다.
[출처] Table 'XXXXX' is marked as crashed and should be repaired 라고뜰시 해결법 |작성자 도약
해당 테이블이 깨져서 나오는 에러구문이라고하네요..
감사합니다~
다음에 안될때 위 방법도 참고해보겠습니다^^
다음에 안될때 위 방법도 참고해보겠습니다^^