WordPress database error: [MySQL server has gone away]
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND YEAR(post_date)='2008' AND MONTH(post_date)='1' AND DAYOFMONTH(post_date)='21' AND post_name = 'dolphins-playing-with-bubble-rings' AND post_type = 'post' ORDER BY post_date DESC

WordPress database error: [MySQL server has gone away]
SELECT post_id FROM wp_postmeta, wp_posts WHERE ID = post_id AND meta_key = '_wp_old_slug' AND meta_value='dolphins-playing-with-bubble-rings' AND YEAR(post_date) = '2008' AND MONTH(post_date) = '1' AND DAYOFMONTH(post_date) = '21'

WordPress database error: [MySQL server has gone away]
SELECT ID FROM wp_posts WHERE post_name LIKE 'dolphins-playing-with-bubble-rings%' AND YEAR(post_date) = '2008' AND MONTH(post_date) = '1' AND DAYOFMONTH(post_date) = '21' AND post_status = 'publish'

2008 January 21 : PaleBluDot

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_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC

Not Found, Error 404

The page you are looking for no longer exists. Perhaps you can find what you are looking for by searching the site archives by page, month, or category:

by page:

    WordPress database error: [MySQL server has gone away]
    SELECT * FROM wp_posts WHERE (post_type = 'page' AND post_status = 'publish') ORDER BY menu_order, post_title ASC

by month:

    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_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC

by category:

    WordPress database error: [MySQL server has gone away]
    SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('category') ORDER BY t.name ASC

  • No categories