<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / master-master</title>
<link>http://netvouz.com/falko/tag/master-master?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;master-master&quot; on Netvouz</description>
<item><title>Master-Master Replication With MySQL 5 On Fedora 8</title>
<link>http://www.howtoforge.com/mysql-5-master-master-replication-fedora-8</link>
<description>This document describes how to set up master-master replication with MySQL 5 on Fedora 8. 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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 19 Feb 2008 11:53:48 GMT</pubDate>
</item><item><title>Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch</title>
<link>http://www.howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch</link>
<description>This tutorial explains how you can set up MySQL master-master replication on four MySQL nodes (running on Debian Etch). The difference to a two node master-master replication is that if you have more than two nodes, the replication goes in a circle, i.e., with four nodes, the replication goes from node1 to node2, from node2 to node3, from node3 to node4, and from node4 to node1.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 20 Nov 2008 12:47:49 GMT</pubDate>
</item></channel></rss>