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
I changed from
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
to
/*!40101 SET CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
it worked for me