FAQ
FAQ : Installation
I get the message error "MySQL has gone away". What should I change in the MySQL configuration to fix this bug?
The cause of this problem is the default configuration of the maximum size of the data packet in a database request.
Modify the "max_allowed_packet" variable in your configuration file. "8M" seems to be a good setting. If this is still too low, choose a bigger value! (the upper limit is 1GB).
You may find more information here:
http://dev.mysql.com/doc/mysql/en/Packet_too_large.html
Back to FAQ