• rodrifernandes

    (@rodrifernandes)


    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?

Viewing 6 replies - 1 through 6 (of 6 total)
  • vkaryl

    (@vkaryl)

    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.

    Thread Starter rodrifernandes

    (@rodrifernandes)

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

    Thread Starter rodrifernandes

    (@rodrifernandes)

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

    vkaryl

    (@vkaryl)

    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.

    Thread Starter rodrifernandes

    (@rodrifernandes)

    Thanks a lote vkaryl!

    vkaryl

    (@vkaryl)

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘SQL SERVER ERROR’ is closed to new replies.