dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Increase max_allowed_packet_size mysql

Open kirtangajjar opened this issue 6 years ago • 1 comments

SOmetimes while importing database of big site, global mysql crashes.

We need to set max_allowed_packet_size to 512M to prevent that from happening.

kirtangajjar avatar Oct 18 '18 08:10 kirtangajjar

https://dev.mysql.com/doc/refman/5.5/en/packet-too-large.html

mbtamuli avatar Nov 19 '18 14:11 mbtamuli