Friday, February 6, 2009

FreeBSD - ERROR 1153 (08S01) at line 706: Got a packet bigger than 'max_allowed_packet' bytes???

1. create new file name my.cnf under /usr/local/etc
2. put this content, save and exit :
[mysqld]
max_allowed_packet=64M
3. restart mysql server (/usr/local/etc/rc.d/mysql-server restart)
4. finish and try load again that packet.

No comments: