MySQL Forums
Forum List  »  Replication

Re: Master->Slave/Master->Slave, something not considered in replication design
Posted by: KimSeong Loh
Date: June 16, 2005 02:04AM

You want to have a relay slave, even a chain is possible

s1 -> s2 -> s3

This is definitely possible, you need to enable binary log in server 2 and also enable the option log-slave-updates.

Should be able to find the answer here
http://dev.mysql.com/doc/mysql/en/replication.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Master->Slave/Master->Slave, something not considered in replication design
1993
June 16, 2005 02:04AM


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.