Hi,

I'm running linux, mysql 3.23.32 (latest stable)

I have 2 servers running a circular master-slave.

Server1 has:
log-bin=/var/lib/mysql/binary_log
master-host=<server 1 host>
master-user=<user>
master-password=<password>
log-slave-updates

Server2 has:
log-bin=/var/lib/mysql/binary_log
master-host=<server 2 host>
master-user=<user>
master-password=<password>
log-slave-updates

I've verified many times that replication works quite well. But both
servers are frequently getting into a situation where I continuously get:

--- (from server 1) -----------
010125 11:08:36  Slave: reconnected to master,replication resumed in log 
'binary_log.001
' at position 1169067
010125 11:08:36  Error reading packet from server: Could not find first
log (read_errno 0,server_errno=65535)

--- (from server 1) -----------
010125 11:09:20  Slave: reconnected to master,replication resumed in log 
'binary_log.002
' at position 19702
010125 11:09:20  Error reading packet from server: Could not find first
log (read_errno 0,server_errno=65535)


This just goes on and on. How can I remedy this??

Thanks
Ricardo


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