Mysqldump Got packet bigger than max allowed packet bytes

To fix the error, you need to increase value of max_allowed_packet in /etc/my.cnf

For 200 MB, add following to /etc/my.cnf

[mysqldump]
max_allowed_packet = 200M


ERRORS