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)
>
>
> [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...
>
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to