WordPress database error: [Got error 28 from table handler]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND YEAR(post_date)='2007' AND MONTH(post_date)='9' AND DAYOFMONTH(post_date)='4' AND post_name = 'mac-intel-driver-for-hp-deskjet-840c' AND post_date_gmt <= '2013-05-22 22:48: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-22 23:48:54' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC