I have a MYSQL dump from a database that I am trying to move to a new db server. When I try to import my sql dump, I receive the following error:
MySQL Error
1) Change in MySql config file: # /etc/mysql/my.cnf
#section # [mysqld] # key_buffer = 32M max_allowed_packet = 32M thread_stack = 512K thread_cache_size = 64 #
2) MySql deamon restart
/etc/init.d/mysql restart
Should resolve yours issues.