Mauricio Pellegrini <[EMAIL PROTECTED]> wrote:
> I'm using MySql 4.0.18 on Linux (SuSE 8.2)
> and I'm getting this error 
> 
>          ERROR 2013: Lost connection to MySQL server during query
> 
> a few seconds after launching 
> the following command
> 
>         LOAD DATA LOCAL INFILE '/root/hc.txt' into table af_afiliados ;
> 
> soon after that I repeat the command 
> 
>       mysql> load data local infile "/root/hc.txt" into table
> af_afiliados;
> 
> and the error seems to be slightly different
> 
>        ERROR 2006: MySQL server has gone away
>        No connection. Trying to reconnect...
>        Connection id:    6
>        Current database: hrrg
> 
>        ERROR 2013: Lost connection to MySQL server during query
> 
> Could  ERROR 2013 be generated by some inconsistency in the data stored 
> in "/root/hc.txt" file ? (this is a ASCII file,Which has been working
> perfectly till now, nonetheless there had been some changes into its
> data)
> 

Check that it's not max_allowed_packet or wait_timeout issue:
        http://dev.mysql.com/doc/mysql/en/Gone_away.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to