WordPress database error: [Table './anders@002dom_artfair/wp_posts' is marked as crashed and last (automatic?) repair failed]
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.ID = 261 AND wp_posts.post_type = 'post' ORDER BY wp_posts.post_date DESC

WordPress database error: [Table './anders@002dom_artfair/wp_posts' is marked as crashed and last (automatic?) repair failed]
SELECT post_type, post_parent FROM wp_posts WHERE ID = 261

andersom | art fair

WordPress database error: [Table './anders@002dom_artfair/wp_posts' is marked as crashed and last (automatic?) repair failed]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC

WordPress database error: [Table './anders@002dom_artfair/wp_posts' is marked as crashed and last (automatic?) repair failed]
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC