Issue: Packets larger than max_allowed_packet are not allowed

Solution: Open mysql:

Select @@global.max_allowed_packet;
SET GLOBAL max_allowed_packet=1073741824;

Previous Post Next Post