All Collections
MySQL databases
Fixing possible errors
MySQL timeout and Server has gone away errors
MySQL timeout and Server has gone away errors
Solving possible MySQL timeout errors
Updated over a week ago

The most common reason for seeing Server has gone away error is your MySQL queries timing out. That can happen if you are using heavy or very long MySQL queries. Please try using mysql_reconnect command before each query.

In case you are still seeing such errors, we would recommend looking for help on websites like StackOverflow, where thousands of web development professionals share their knowledge!

Did this answer your question?