The site is getting frequent database errors that clear up upon a page refresh, but they are getting more frequent.
MySQL ERROR:
Error Number: 126
Description: Incorrect key file for table ‘/ramdisk/mysql/tmp/#sql_10ac_1.MYI’; try to repair it
Query: SELECT t.title, t.body, t.topic_id, t.thread_total, t.thread_views, t.author_id, t.last_post_author_id, t.forum_id, f.forum_status, f.forum_permissions, m.screen_name, m2.screen_name as last_poster, f.forum_name FROM exp_forum_topics t, exp_forums f, exp_members m, exp_members m2 WHERE t.forum_id = f.forum_id AND t.author_id = m.member_id AND t.last_post_author_id = m2.member_id AND f.forum_is_cat = ‘n’ AND t.board_id = ‘1’ ORDER BY topic_date DESC LIMIT 30
and
MySQL ERROR:
Error Number: 1030
Description: Got error -1 from storage engine
Query: SELECT t.title, t.body, t.topic_id, t.thread_total, t.thread_views, t.author_id, t.last_post_author_id, t.forum_id, f.forum_status, f.forum_permissions, m.screen_name, m2.screen_name as last_poster, f.forum_name FROM exp_forum_topics t, exp_forums f, exp_members m, exp_members m2 WHERE t.forum_id = f.forum_id AND t.author_id = m.member_id AND t.last_post_author_id = m2.member_id AND f.forum_is_cat = ‘n’ AND t.board_id = ‘1’ ORDER BY thread_total DESC LIMIT 30
I have repaired and optimized the tables multiple times (via the CP) to no avail.
My question is, what’s the best way to fix this? If I use backed up data on a clean install, will I be bringing the problem along with me?