g4_visit' is marked as crashed and should be repaired 에러좀 ㅠㅠ
select count(*) as cnt from g4_visit where vi_date between '2011-10-20' and '2011-10-20'
145 : Table '.\ohroomsalon\g4_visit' is marked as crashed and should be repaired
error file : /adm/visit_list.php
접속현황에 들어가면 이런 메세지가 뜹니다..
도와주세요...ㅠㅠ
145 : Table '.\ohroomsalon\g4_visit' is marked as crashed and should be repaired
error file : /adm/visit_list.php
접속현황에 들어가면 이런 메세지가 뜹니다..
도와주세요...ㅠㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 2개
쉘에서 mysql접속하시고
analyze table g4_visit;
repair table g4_visit;
그래도 복구안되면
myisamchk -r g4_visit; 하심 되겠습니다.
p.s. phpmyadmin같은 툴로도 복구가 가능합니다.