Repairing a Corrupt MYISAM Table with MySQL

It’s just one of those days! I began receiving emails like this: Database error in vBulletin myversion: Invalid SQL: INSERT INTO searchcore_text (searchcoreid, keywordtext) VALUES ( 1584876, ‘ SOME TEXT WAS HERE.’ ) ON DUPLICATE KEY UPDATE searchcoreid = VALUES(searchcoreid), keywordtext = VALUES(keywordtext); MySQL Error : Table ‘./mydatabase/searchcore_text’ is marked

Continue reading