WordPress database error: [Table './mercy_wrdp1/wp_sfposts' is marked as crashed and should be repaired]
SELECT DISTINCT forum_id, topic_id
FROM wp_sfposts
ORDER BY post_id DESC LIMIT 15;
WordPress database error: [Table './mercy_wrdp1/wp_sfposts' is marked as crashed and should be repaired]
SELECT post_id, topic_id, forum_id, post_date, UNIX_TIMESTAMP(post_date) as udate, guest_name, wp_sfposts.user_id, post_index, post_status, wp_sfmembers.display_name
FROM wp_sfposts
LEFT JOIN wp_sfmembers ON wp_sfposts.user_id = wp_sfmembers.user_id
WHERE (topic_id = 49 AND post_index = 1 OR topic_id = 49 AND post_index=1) OR (topic_id = 98 AND post_index = 1 OR topic_id = 98 AND post_index=1) OR (topic_id = 279 AND post_index = 1 OR topic_id = 279 AND post_index=3) OR (topic_id = 360 AND post_index = 1 OR topic_id = 360 AND post_index=5) OR (topic_id = 381 AND post_index = 1 OR topic_id = 381 AND post_index=1) OR (topic_id = 220 AND post_index = 1 OR topic_id = 220 AND post_index=3) OR (topic_id = 399 AND post_index = 1 OR topic_id = 399 AND post_index=1) OR (topic_id = 401 AND post_index = 1 OR topic_id = 401 AND post_index=1) OR (topic_id = 425 AND post_index = 1 OR topic_id = 425 AND post_index=3) OR (topic_id = 86 AND post_index = 1 OR topic_id = 86 AND post_index=5) OR (topic_id = 400 AND post_index = 1 OR topic_id = 400 AND post_index=3)
ORDER BY post_id ASC;