Setting Up Master-Master Replication With MySQL 5 On Debian Etch
Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you do not have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master. http://www.howtoforge.com/mysql5_master_master_replication_debian_etch
- falko's blog
- Login or register to post comments

Recent comments
6 weeks 2 days ago
8 weeks 1 hour ago
17 weeks 4 days ago
18 weeks 4 hours ago
19 weeks 3 days ago
30 weeks 2 days ago
32 weeks 1 day ago
32 weeks 3 days ago
35 weeks 1 day ago
37 weeks 3 days ago