martes, abril 16, 2013

MySQL Error 1153 - Obtenido un paquete mayor que 'max_allowed_packet bytes'

Se debe cambiar en  my.ini (En Windows,  c:\Program Files\MySQL\MySQL Server / En Linux etc/my.cnf)  dentro de la seccion:

[mysqld]
max_allowed_packet = 10MB
 
 
O tambien ejecutar de la siguiente en lineas de Comandos:
  
mysql --max_allowed_packet=100M -u root -p database < dump.sql

No hay comentarios: