ERROR 2006 (HY000): MySQL server has gone away

max_allowed_packet=64M

Adding this line into my.cnf file solves my problem.

This is useful when the columns have large values, which cause the issues, you can find the explanation here.

On Windows this file is located at: “C:\ProgramData\MySQL\MySQL Server
5.6”

On Linux (Ubuntu): /etc/mysql

Leave a Comment