"Bungarz, Kai" <[EMAIL PROTECTED]> wrote:
> Hi!
> I get error 2013: "Lost connection to mysql server during query", while
> loading
> data into a table using "load data infile..".
> This happens only, when "load data" needs much time and files are 
> rather
> big.
> Is there any "time_out" parameter i have to set/change?

Yes, there are wait_timeout and interactive_timeout variables (default value is 28800 
seconds). Check also value of max_allowed_packet variable:
        http://www.mysql.com/doc/en/Gone_away.html
        http://www.mysql.com/doc/en/SHOW_VARIABLES.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