SQL: SELECT DISTINCT t.tid, t.closed FROM cdb_posts p, cdb_threads t WHERE t.fid IN ('9','10','11','13','18','22','28','29','30','5','6','24','26','7','8','12','15','16','17','19','23','27') AND t.displayorder>='0' AND p.tid=t.tid AND p.invisible='0' AND (0 OR (p.message LIKE '%cscope%' OR p.subject LIKE '%cscope%')) ORDER BY tid DESC LIMIT 500
Error: Table 'p' is marked as crashed and should be repaired
Errno.: 1194
复制代码
这种情况要怎么去修复呢?(论坛还可以进行标题搜索等)作者: yueliangdao0608 时间: 2007-09-06 11:54
Table 'p' is marked as crashed and should be repaired