Hi,
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'
I am using MySQL 4.0. Please advise.
Sincerely,
Beth A. Coffelt
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)
bethcoffelt@comcast.net wrote:
[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'
At least you got such an informative message! The message you get in MySQL 3.2 is "MySQL server has gone away". Not very useful. :-)
wikipedia-l@lists.wikimedia.org