Discuz! info: MySQL Query Error

    Time: 2024-11-17 1:13am
    Script: /index.php

    SQL: SELECT attach.*,af.description,t.tid,t.fid,t.digest,t.author,t.subject,t.displayorder
    FROM `[Table]attachments` attach
    LEFT JOIN `[Table]attachmentfields` af ON attach.aid=af.aid
    INNER JOIN `[Table]threads` t
    ON `t`.`tid`=`attach`.`tid` AND `displayorder`>='0'
    WHERE `attach`.`dateline`>=1729185189 AND `attach`.`readperm`='0' AND `attach`.`price`='0'
    AND `attach`.`isimage` IN ('1', '-1')

    GROUP BY `attach`.`tid`
    ORDER BY `attach`.`dateline` DESC
    LIMIT 0,10;
    Error: Table './hlonline/[Table]attachments' is marked as crashed and should be repaired
    Errno.: 145

    到 http://faq.comsenz.com 搜索此错误的解决方案