Localice el archivo de configuración my.cnf
(Si su MySQL se ejecuta en Windows, busque my.ini
)
Agregue esto al archivo de configuración
[mysqld]
max_allowed_packet=256M
Luego, reinicie mysql
- Para Linux,
service mysql restart
- Para Windows
net stop mysql
net start mysql
Pruébalo !!!