mysqld – Got packet bigger than ‘max_allowed_packet’ bytes when dumping table `memcache` at row
Add --max_allowed_packet=512M to your mysqldump command. Or add max_allowed_packet=512M to [mysqldump] the section of your my.cnf Note: it will not work if it is not under the [mysqldump] section…