Shall I use MySQL replication to synchronize a local database and a remote database? If so, how do I setup both master and slave? Are there any other methods available to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This Replication: How to guide has both what you need to do on the master and the slave.
There is also Multi-Master and Circular Replication for MySQL Cluster. |
||||
|
|
|
Full chapter on replication: http://oreilly.com/catalog/hpmysql/chapter/ch07.pdf and also very detailed here: http://downloads.mysql.com/docs/mysql-replication-excerpt-5.1-en.a4.pdf |
|||
|
|