WordPress database error: [Table './realestateguysradio_com/wp_posts' is marked as crashed and last (automatic?) repair failed]
SELECT ID, post_name, post_parent, post_type
FROM wp_posts
WHERE post_name IN ('2022')
AND post_type IN ('post','attachment')
WordPress database error: [Table './realestateguysradio_com/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1 AND (
( YEAR( wp_posts.post_date ) = 2022 AND MONTH( wp_posts.post_date ) = 9 AND DAYOFMONTH( wp_posts.post_date ) = 7 )
) AND ((wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish')))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 10