이런에러는 왜 나는건가요?? 정보
이런에러는 왜 나는건가요??본문
select bo_table, wr_id from `m3hit` where date >= (curdate() - interval 1 day) AND bo_table='09_4' GROUP BY bo_table, wr_id ORDER BY sum(hit) desc limit 10
1194 : Table 'm3hit' is marked as crashed and should be repaired
error file : /bbs/board.php
댓글 전체
phpmyadmin에서
repair table m3hit;
라는 쿼리문을 날려보세요.
repair table m3hit;
라는 쿼리문을 날려보세요.
repair table m3hit;