MySQL Forums
Forum List  »  Replication

Re: Replication pointers
Posted by: Chis Florinel
Date: August 29, 2005 03:24AM

daisy chained database A->B->A
can't be done directly (a server cannot be master and slave in the same time for a direct connection)

you can do it the following way:

A->B
B->C
C->A


http://dev.mysql.com/doc/mysql/en/replication.html

Also check compatibility (master 4.0 and slave 3.23 is not working)
http://dev.mysql.com/doc/mysql/en/replication-compatibility.html

Options: ReplyQuote


Subject
Views
Written By
Posted
3171
August 29, 2005 01:45AM
Re: Replication pointers
1929
August 29, 2005 03:24AM
1932
August 29, 2005 12:42PM
1969
August 30, 2005 03:52AM
2118
August 30, 2005 05:32AM
1912
August 31, 2005 11:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.