Click here to Skip to main content
15,892,005 members
Articles / Database Development / MySQL

Bidirectional Replication - in MySQL

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
28 Jan 2015CPOL3 min read 27.2K   15  
In Master - Slave replication, Changes in master will reflect in Slave. but any changes made in the slave Database will not reflect back in Master, this article will help you to implement Bidirectional Replication.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Vanilla Networks Pvt.Ltd
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions