Forums

SQL SERVER ERROR (7 posts)

  1. rodrifernandes
    Member
    Posted 5 years ago #

    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, 28

    WordPress ERROR: [MySQL server has gone away]
    SELECT FOUND_ROWS()

    WordPress 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
    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 ASC

    WordPress ERROR: [MySQL server has gone away]
    SELECT * FROM wp_categories

    WordPress ERROR: [MySQL server has gone away]
    SELECT * FROM wp_categories WHERE cat_ID > 0 AND category_count > 0 ORDER BY cat_ID asc

    Anyone has any idea to solve this?

  2. vkaryl
    Member
    Posted 5 years ago #

    Well, my guess is that you should contact your host provider to find out if there's some problem with the mysql server. The "mysql server has gone away error" hasn't anything specific to do with wp.

  3. rodrifernandes
    Member
    Posted 5 years ago #

    Do you think that doesn´t have WP responsability for it?

  4. rodrifernandes
    Member
    Posted 5 years ago #

    Do you think that doesn´t have WP responsability for it?

  5. vkaryl
    Member
    Posted 5 years ago #

    I think it's a problem with something on your host end, as I stated above. Simply contact your host provider support, give them the error messages you're getting, and ask them to track down the problem.

  6. rodrifernandes
    Member
    Posted 5 years ago #

    Thanks a lote vkaryl!

  7. vkaryl
    Member
    Posted 5 years ago #

    You're welcome, please post back once you've heard from your tech support and let us know if your problem is fixed.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags