WordPress database error: [Got error 28 from table handler]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND YEAR(post_date)='2002' AND MONTH(post_date)='10' AND DAYOFMONTH(post_date)='1' AND post_name = '20' AND post_date_gmt <= '2013-05-23 22:30:59' AND (post_status != "static") GROUP BY wp_posts.ID ORDER BY post_date DESC
WordPress database error: [Got error 28 from table handler]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2013-05-23 23:30:15' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC