업그레이드후 크래쉬 되었습니다. 정보
업그레이드후 크래쉬 되었습니다.관련링크
http://www.nhope.org
363회 연결
본문
www.nhope.org 게시판 관리자 기능에서 업그레이드후에 여러 게시판중 첫 번째 게시판 하나만 뜨고 그안에 다음과 같이 에라 내용이 보입니다.
select * from g4_board where bo_table = 'nhpc_new_help'
144 : Table './buffalon_nhpc/g4_board' is marked as crashed and last (automatic?) repair failed
그리고, 관리자로 로그인 하면 홈페이지 대신에 다음과 같은 에라 내용만 뜹니다.
select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = '@login' and po_rel_id = 'admin' and po_rel_action = '2013-05-16'
144 : Table './buffalon_nhpc/g4_point' is marked as crashed and last (automatic?) repair failed
error file : /bbs2/index.php
어떻게 해결해야 할지 알려주세요. nhope.org 관리자 이장로
select * from g4_board where bo_table = 'nhpc_new_help'
144 : Table './buffalon_nhpc/g4_board' is marked as crashed and last (automatic?) repair failed
그리고, 관리자로 로그인 하면 홈페이지 대신에 다음과 같은 에라 내용만 뜹니다.
select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = '@login' and po_rel_id = 'admin' and po_rel_action = '2013-05-16'
144 : Table './buffalon_nhpc/g4_point' is marked as crashed and last (automatic?) repair failed
error file : /bbs2/index.php
어떻게 해결해야 할지 알려주세요. nhope.org 관리자 이장로
댓글 전체
/phpmyadmn/ 이나
#mysql 로 들어 가신 후에
테이블 복구
최적화
인덱스를 다시 걸어 주시면 됩니다.
#>repair table ...
#>optimize table ...
문제는 여기서 실패하면 데이터 손실될수도 있습니다. 백업받아 놓으신후에 하셔야 합니다.
#mysql 로 들어 가신 후에
테이블 복구
최적화
인덱스를 다시 걸어 주시면 됩니다.
#>repair table ...
#>optimize table ...
문제는 여기서 실패하면 데이터 손실될수도 있습니다. 백업받아 놓으신후에 하셔야 합니다.