WordPress database error
-
I got this error when I try to connect to my wp dashboard.
It not affect the website navigation.
Im a newbie and know nothing about wp database. How can I fix this issue?
Thank you all.“
WordPress database error: [Lost connection to MySQL server during query]
SELECT cm_posts.* FROM cm_posts INNER JOIN cm_postmeta ON ( cm_posts.ID = cm_postmeta.post_id ) WHERE 1=1 AND ( ( cm_postmeta.meta_key = ‘_visibility’ AND CAST(cm_postmeta.meta_value AS CHAR) IN (‘catalog’,’visible’) ) ) AND cm_posts.post_type IN (‘product’, ‘product_variation’) AND ((cm_posts.post_status = ‘publish’)) GROUP BY cm_posts.ID ORDER BY cm_posts.post_date DESCError reconnecting to the database
This means that we lost contact with the database server at localhost. This could mean your host’s database server is down.
Are you sure that the database server is running?
Are you sure that 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.”
- The topic ‘WordPress database error’ is closed to new replies.