Hi!

If the master is idle, then a slave of MySQL release 3.23.51 prints:

...
020715 12:05:33  Error reading packet from server:  (server_errno=1159)
020715 12:06:03  Slave: Failed reading log event, reconnecting to retry,
log 'mysql.001' position 73
020715 12:06:03  Slave: reconnected to master
'slave@venus:24641',replication resumed in log 'mysql.001' at position 73
...

every 30 seconds. You can reduce the number of messages by setting in
my.cnf:

...
set-variable = net_read_timeout=3600
...

The prints in the error log are not a symptom of any problem, they are a
normal read timeout. Version 3.23.52 will suppress these unnecessary prints.

Best regards,

Heikki
Innobase Oy




---------------------------------------------------------------------
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