오류 내용 알고계신분~
select count(*) as cnt from g4_login where lo_ip = '112.148.169.31'
1016 : Can't open file: 'g4_login.MYI'. (errno: 145)
error file : /board/adm/repair.php
select sum(IF(mb_id<>'',1,0)) as mb_cnt, count(*) as total_cnt from g4_login where mb_id <> 'admin'
1016 : Can't open file: 'g4_login.MYI'. (errno: 145)
1016 : Can't open file: 'g4_login.MYI'. (errno: 145)
error file : /board/adm/repair.php
select sum(IF(mb_id<>'',1,0)) as mb_cnt, count(*) as total_cnt from g4_login where mb_id <> 'admin'
1016 : Can't open file: 'g4_login.MYI'. (errno: 145)
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 2개
repair tables g4_login;
또는 phpmyadmin 이 있으시면 거기서 해당 테이블을 선택하신후,
operation 항목에 들어가시면 아래에 Repair table이 있습니다. ^^