WordPress database error: [Server shutdown in progress]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2008-12-02 08:24:59' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC
WordPress database error: [Lost connection to MySQL server during query]
SELECT wp_posts.ID
FROM wp_posts, wp_postmeta
WHERE wp_posts.ID = wp_postmeta.Post_ID
AND meta_key = 'runphp'
AND meta_value = '1'