The MySQL manual for 3.23.38, Section 11.4 states that you can have a 
replication chain A -> B -> C -> A.
I guess this means
A Master B Slave
B Master C Slave
C Master A Slave

Can this loop be reduced to the most trivial case A -> B -> A ? If so, it 
would help me with a roving laptop issue I have. Naturally I accept there 
are contraints (creating dup key items on A and B while laptop disconnected 
etc), but is it doable ?

David. 

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