TIPS: MySQL Query Error
SQL:SELECT w.web_id, w.web_name, w.web_url, w.web_intro, w.web_status, w.web_ctime, c.cate_name, d.web_ip, d.web_prank, d.web_srank, d.web_arank, d.web_instat, d.web_outstat, d.web_views, d.web_utime FROM dir_website w LEFT JOIN dir_categories c ON w.cate_id=c.cate_id LEFT JOIN dir_webdata d ON w.web_id=d.web_id WHERE w.web_status=3 AND w.cate_id IN (82,496,497,500,538) ORDER BY w.web_istop DESC, w.web_ctime DESC LIMIT 0, 10
Error:Table './wz6wz/dir_webdata' is marked as crashed and should be repaired
Errno:145