WordPress database error: [Lost connection to MySQL server during query]
SELECT post_modified_gmt FROM wp_posts WHERE post_modified_gmt <= '2009-01-07 17:38:27' AND post_status = 'publish' ORDER BY post_modified_gmt DESC LIMIT 1
WordPress database error: [MySQL server has gone away]
SELECT post_date_gmt FROM wp_posts WHERE post_date_gmt <= '2009-01-07 17:38:27' AND post_status = 'publish' ORDER BY post_date_gmt DESC LIMIT 1
WordPress database error: [MySQL server has gone away]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND YEAR(post_date)='2006' AND MONTH(post_date)='2' AND DAYOFMONTH(post_date)='16' AND post_name = 'ie-7-and-web-design-the-shot-heard-around-the-world' AND post_date_gmt <= '2009-01-07 17:38:59' AND (post_status != "static") AND post_status != "attachment" GROUP BY wp_posts.ID ORDER BY post_date DESC
WordPress database error: [MySQL server has gone away]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2009-01-07 12:38:29' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC