Bo-Blog Database System Tips: MySQL Query Error
Time: 2012-2-6 5:23am
Script:
SQL: SELECT t1.*, t2.userid, t2.avatar FROM `***replies` t1 LEFT JOIN `***user` t2 ON t1.replierid=t2.userid WHERE t1.blogid='122' AND (t1.reproperty<2 OR t1.reproperty=4) ORDER BY t1.reptime DESC LIMIT 0, 10
Error: Table './blog/***replies' is marked as crashed and should be repaired
Errno.: 145