Communication link failure:1153 Got a packet bigger than 'max_allowed_packet' bytes"
Krixnaas

Krixnaas @krixnaas

About: Blockchain Enthusiast & Full Stack Developer <br/>Here, I collect all the goodies I can find while I learn as much as I can about web-development.

Location:
Australia
Joined:
Oct 9, 2021

Communication link failure:1153 Got a packet bigger than 'max_allowed_packet' bytes"

Publish Date: Jun 20 '23
0 0

In etc/my.cnf try changing the max_allowed _packet and net_buffer_length to

max_allowed_packet=100000000
net_buffer_length=1000000

if this is not working then try changing to

max_allowed_packet=100M
net_buffer_length=100K

Comments 0 total

    Add comment