Please help. I opened my database and did nothing, but now my site won’t work. I get this error:
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
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
WordPress database error: [MySQL server has gone away]
SELECT * FROM wp_categories WHERE cat_ID > 0 AND link_count > 0 ORDER BY cat_name ASC
And this is the reply from mysql.com
“This is an error coming from WordPress you will really need to call on them to get support. We know MySQL but we don`t know how it is used within WordPress”
Please help.
Carol