I get MySQL server has gone away error

September 11, 2017     0 comments

There are two main reasons for this error message to show:

1. The MySQL query you are trying to execute takes too long and the MySQL server times out.

=> The solution for this issue is to optimize your database for the queries which fail.

2. You have a crashed table in your database.

=> The solution in this case is to repair and again optimize your database.


How helpful was this article to you?

Leave a comment

Your name
Your email address
Comment on this article