Hi, forget previous email, Variables are net_read_timeout and net_write_timeout :
mysql> show variables like '%timeout'; +--------------------------+-------+ | Variable_name | Value | +--------------------------+-------+ | connect_timeout | 5 | | delayed_insert_timeout | 300 | | innodb_lock_wait_timeout | 50 | | interactive_timeout | 28800 | | net_read_timeout | 30 | <--- | net_write_timeout | 60 | <--- | slave_net_timeout | 3600 | | sync_replication_timeout | 0 | | wait_timeout | 28800 | +--------------------------+-------+ 9 rows in set (0.00 sec) Mathias Selon [EMAIL PROTECTED]: > Hi, > in the conf one use minus "-", in the command line it's generally underscore > "_". > the variables should be network_timeout > > Mathias > > > Selon Jacob Friis Larsen <[EMAIL PROTECTED]>: > > > On 5/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > There is a variable called --network-timeout ! You can set it to 300 (5 > > minutes, etc.). > > > > SET SESSION network-timeout=120; > > ERROR 1193 (HY000): Unknown system variable 'network' > > > > How should I use network-timeout? > > > > Thanks, > > Jacob > > > > -- > > MySQL General Mailing List > > For list archives: http://lists.mysql.com/mysql > > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > > > > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]