I\'ve a MySQL 5.0.84 running in a Slackware 13.0 Staging server and wanted to copy a single table to another server which was built to use Ubuntu 1
MySQL 5.0.84
Staging
Try to make the maximum allowed packet size arbitrarily high temporarily by typing in:
mysql> set global max_allowed_packet=10000000000;
/via http://injustfiveminutes.com/2013/02/14/errors-restoring-mysql-database-dump-on-wamp-environment/