MySQL Forums
Forum List  »  Newbie

Replication in MySQL
Posted by: ksankaram
Date: September 07, 2004 05:30AM

Hi,

I have a question on the replication in MySQL. From the manual I understand that only one-way replication is possible in MySQL i.e. the updates on the master server alone can be propagated to one or more slave servers.

Is there anyway that you could suggest so that the updates to the tables on the slave servers can also be propagated to the master server. My application requirement demands this. The master data will be updated only on the master server and this needs to be propagated to all the slave servers. But, the application demands that the transaction data can be updated either on the master server or on the slave server and at a given point of time this data should be in synch on the master as well as the slave servers. How can I achieve this with MySQL. Please suggest.

Thanks in advance!!!

Options: ReplyQuote


Subject
Written By
Posted
Replication in MySQL
September 07, 2004 05:30AM
September 07, 2004 03:54PM
September 07, 2004 10:45PM


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.