Published on

Change MySQL max_allowed_packet

Find MySQL configuration files

mysqld --verbose --help | less

Change max_allowed_packet

Under [mysqld] or [client] section change

max_allowed_packet=500M

then restart MySQL service.

Reference