Re: MySQL inserting into db (used load data)

2002-09-08 Thread mtoth
I had that once and it was due to the fact that the data I was trying to put into the database was bigger the 1M (1M is the default) per insert I had to start mysqld with ' -O max_allowed_packet=3M' On Mon, 9 Sep 2002, louie miranda wrote: > I got the file using load data infile (transfer) > >

MySQL inserting into db (used load data)

2002-09-08 Thread louie miranda
I got the file using load data infile (transfer) [root@atsome host]# mysql -uroot db < file.sql ERROR 2006 at line 1: MySQL server has gone away When i try to do this command it issues this error, whay is that? I also tried doing integritycheck on my db. No problem actually. Thanks, Louie...