SQL SERVER ERROR
-
Everytime when I call my website, show this message:
WordPress ERROR: [MySQL server has gone away]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND (post_type = ‘post’ AND (post_status = ‘publish’)) ORDER BY post_date DESC LIMIT 0, 28WordPress ERROR: [MySQL server has gone away]
SELECT FOUND_ROWS()WordPress ERROR: [MySQL server has gone away]
SELECT DISTINCT YEAR(post_date) ASyear
, MONTH(post_date) ASmonth
, 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
RodriFernandes.com
Wordpress ERROR: [MySQL server has gone away]
SELECT * FROM wp_posts WHERE (post_type = ‘page’ AND post_status = ‘publish’) ORDER BY post_title ASCWordPress ERROR: [MySQL server has gone away]
SELECT * FROM wp_categoriesWordPress ERROR: [MySQL server has gone away]
SELECT * FROM wp_categories WHERE cat_ID > 0 AND category_count > 0 ORDER BY cat_ID ascAnyone has any idea to solve this?
- The topic ‘SQL SERVER ERROR’ is closed to new replies.