bethcoffelt@comcast.net wrote:
While trying to import either the old or cur data for wikipedia, I get the following error message:
[root@lnx1 beth]# mysql -uspider -p wikipedia < wikipedia_cur_table.sql Enter password: ERROR 1153 at line 1018: Got a packet bigger than 'max_allowed_packet'
You need to increase the max_allowed_packet setting to 16M. See:
http://www.mysql.com/news-and-events/newsletter/2003-08/a0000000216.html
-- brion vibber (brion @ pobox.com)