WordPress database error: [Server shutdown in progress]
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (1)
) AND ((wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish'))) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 1350, 10
No such file or directory
Error reconnecting to the database
This means that we lost contact with the database server at localhost:3306
. This could mean your host’s database server is down.
- Are you sure the database server is running?
- Are you sure the database server is not under particularly heavy load?
If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.