WordPress database error: [Got error 28 from table handler]
SELECT DISTINCT * FROM wp_angel_posts WHERE 1=1 AND YEAR(post_date)='2005' AND MONTH(post_date)='6' AND post_date_gmt <= '2010-09-09 21:45:59' AND (post_status = "publish") GROUP BY wp_angel_posts.ID ORDER BY post_date DESC LIMIT 5, 5
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_angel_posts WHERE post_date < '2010-09-10 00:45:21' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC