ERROR 2006 (HY000): MySQL server has gone away

ERROR 2006 (HY000): MySQL server has gone away

I recently encountered this problem trying to import a 45MB sql dump on Windows 7. To fix this problem simply add the following in the my.ini file under the Mysql installation folder.

[mysqld]
max_allowed_packet=100M

Comments

Popular Posts