On Fri, Jul 12, 2002 at 01:43:02PM -0700, Jon Drukman wrote: > i am having the "Error reading packet from server: (server_errno=1159)" > replication problem. > > in searching the archives for others experience replication problems, i > came across the suggestion of adding these lines to my.cnf > > set-variable = slave_net_timeout=3600 > set-variable = net_read_timeout=3600 > > now instead of getting the error every 30 seconds, i get it every > hour. is there a way to make it go away forever?
Make the number really big? I wonder if you can set it to 0 to mean "don't timeout". But that could be bad in some cases too. > why does it happen and what does it mean? It means that the slave closed the connection because it hadn't heard from the master in a while. You must not be sending a lot of data to the slave(s) regularly, huh? Jeremy -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo Finance Desk: (408) 349-7878 Fax: (408) 349-5454 Cell: (408) 685-5936 MySQL 3.23.51: up 43 days, processed 958,678,930 queries (252/sec. avg) --------------------------------------------------------------------- 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