<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MySQL: How do you set up master-master replication in MySQL? (CentOS, RHEL, Fedora)</title>
	<atom:link href="http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:50:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hernan</title>
		<link>http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-785</link>
		<dc:creator>hernan</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/#comment-785</guid>
		<description>I have a master-master replication, and change a table and a field in an master but I jenera error and comunication is almost loss.

can you help me, how I can do to add another field to a table without losing comunication</description>
		<content:encoded><![CDATA[<p>I have a master-master replication, and change a table and a field in an master but I jenera error and comunication is almost loss.</p>
<p>can you help me, how I can do to add another field to a table without losing comunication</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Replication Series: How does MySQL replication works? &#124; Technology: Learn and Share</title>
		<link>http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-659</link>
		<dc:creator>MySQL Replication Series: How does MySQL replication works? &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/#comment-659</guid>
		<description>[...] following simple directions. You can learn setting up two type of replication MySQL offers here:  master-master replication and master-slave replication. Once you have replication set up, you can start playing with it [...]</description>
		<content:encoded><![CDATA[<p>[...] following simple directions. You can learn setting up two type of replication MySQL offers here:  master-master replication and master-slave replication. Once you have replication set up, you can start playing with it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #87: a Carnival of the Vanities for DBAs</title>
		<link>http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-631</link>
		<dc:creator>Log Buffer #87: a Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 07 Mar 2008 17:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/#comment-631</guid>
		<description>[...] offers answers to the question, how do you set up master-master replication in MySQL?, laying out the basics of this [...]</description>
		<content:encoded><![CDATA[<p>[...] offers answers to the question, how do you set up master-master replication in MySQL?, laying out the basics of this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael S Moody</title>
		<link>http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-605</link>
		<dc:creator>Michael S Moody</dc:creator>
		<pubDate>Mon, 03 Mar 2008 14:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/#comment-605</guid>
		<description>I generally find it better to do auto-increment = 10, instead of odd/evens like this, in case I need to swap in another master with a different server-id on a regular basis. This gives me 10-19 as possibiliets for id&#039;s, vs just even/odd.

Michael</description>
		<content:encoded><![CDATA[<p>I generally find it better to do auto-increment = 10, instead of odd/evens like this, in case I need to swap in another master with a different server-id on a regular basis. This gives me 10-19 as possibiliets for id&#8217;s, vs just even/odd.</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyToon</title>
		<link>http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-604</link>
		<dc:creator>CrazyToon</dc:creator>
		<pubDate>Sat, 01 Mar 2008 09:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/#comment-604</guid>
		<description>Karsten,

Good catch.  Thats what I get for copying pasting :)  It has been corrected.</description>
		<content:encoded><![CDATA[<p>Karsten,</p>
<p>Good catch.  Thats what I get for copying pasting <img src='http://crazytoon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   It has been corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karsten Thygesen</title>
		<link>http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-603</link>
		<dc:creator>Karsten Thygesen</dc:creator>
		<pubDate>Sat, 01 Mar 2008 09:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/02/29/mysql-how-do-you-set-up-mastermaster-replication-in-mysql-centos-rhel-fedora/#comment-603</guid>
		<description>Hi

I believe, that the server-id should be different in the two master setup&#039;s. One should have server-id=1 and the other server-id=2 or something similar.

But thanks for a nice roundup!

Karsten</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I believe, that the server-id should be different in the two master setup&#8217;s. One should have server-id=1 and the other server-id=2 or something similar.</p>
<p>But thanks for a nice roundup!</p>
<p>Karsten</p>
]]></content:encoded>
	</item>
</channel>
</rss>
