Table '.\qeasoft5_cs\soft_archives' is marked as crashed and should be repaired - Execute Query False! Select count(*) as dd From soft_archives where arcrank > -1 And ( (CONCAT(soft_archives.title,' ',soft_archives.description,' ',soft_archives.writer,' ',soft_archives.source) like '%Bug%' Or CONCAT(' ',soft_archives.keywords,' ') like '%Bug %') And (CONCAT(soft_archives.title,' ',soft_archives.description,' ',soft_archives.writer,' ',soft_archives.source) like '%Tracking/Defect%' Or CONCAT(' ',soft_archives.keywords,' ') like '%Tracking/Defect %') And (CONCAT(soft_archives.title,' ',soft_archives.description,' ',soft_archives.writer,' ',soft_archives.source) like '%Tracking%' Or CONCAT(' ',soft_archives.keywords,' ') like '%Tracking %') And (CONCAT(soft_archives.title,' ',soft_archives.description,' ',soft_archives.writer,' ',soft_archives.source) like '%10%' Or CONCAT(' ',soft_archives.keywords,' ') like '%10 %') And (CONCAT(soft_archives.title,' ',soft_archives.description,' ',soft_archives.writer,' ',soft_archives.source) like '%User%' Or CONCAT(' ',soft_archives.keywords,' ') like '%User %') And (CONCAT(soft_archives.title,' ',soft_archives.description,' ',soft_archives.writer,' ',soft_archives.source) like '%License%' Or CONCAT(' ',soft_archives.keywords,' ') like '%License %') ) limit 0,1;