<?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-slave replication in MySQL? (CentOS, RHEL, Fedora)</title>
	<atom:link href="http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:21:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anoopl</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-923</link>
		<dc:creator>anoopl</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-923</guid>
		<description>Hi,


:)
Thanks Man.....
You saved me!
_^_
AnoopL</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> <img src='http://crazytoon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks Man&#8230;..<br />
You saved me!<br />
_^_<br />
AnoopL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HyperDB Explained Part 2 &#171; life by way of media</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-843</link>
		<dc:creator>HyperDB Explained Part 2 &#171; life by way of media</dc:creator>
		<pubDate>Fri, 08 May 2009 21:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-843</guid>
		<description>[...] Crazytoon &#8211; Another article that I referenced [...]</description>
		<content:encoded><![CDATA[<p>[...] Crazytoon &#8211; Another article that I referenced [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imsoft</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-742</link>
		<dc:creator>imsoft</dc:creator>
		<pubDate>Sun, 10 Aug 2008 09:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-742</guid>
		<description>[quote]
Hi,

I was wondering if the following scenario would be possible.

Server 1: Database X (master)
Server 2: Database Y (master)

- replicating to -

Server 3: Database X, Database Y (slave)

The databases are independent, each master:slave relationship is still 1:1. However, as the slave server only seems to accept configuration details for one master server I can’t figure out if this is possible.

Does anyone have any experience of this?
[/quote]

Maybe the following is one of the solutions.
http://www.ziddu.com/download/1886062/mm-single-slave-repl.pdf.html</description>
		<content:encoded><![CDATA[<p>[quote]<br />
Hi,</p>
<p>I was wondering if the following scenario would be possible.</p>
<p>Server 1: Database X (master)<br />
Server 2: Database Y (master)</p>
<p>- replicating to -</p>
<p>Server 3: Database X, Database Y (slave)</p>
<p>The databases are independent, each master:slave relationship is still 1:1. However, as the slave server only seems to accept configuration details for one master server I can’t figure out if this is possible.</p>
<p>Does anyone have any experience of this?<br />
[/quote]</p>
<p>Maybe the following is one of the solutions.<br />
<a href="http://www.ziddu.com/download/1886062/mm-single-slave-repl.pdf.html" rel="nofollow">http://www.ziddu.com/download/1886062/mm-single-slave-repl.pdf.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-733</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Wed, 16 Jul 2008 16:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-733</guid>
		<description>Chris it&#039;s caused by this:  The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work

So in your my.cnf on either master or slave, change the: server-id = # &lt;- to another number.

Let me know if it works or not.</description>
		<content:encoded><![CDATA[<p>Chris it&#8217;s caused by this:  The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work</p>
<p>So in your my.cnf on either master or slave, change the: server-id = # <- to another number.</p>
<p>Let me know if it works or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Chandler</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-732</link>
		<dc:creator>Chris Chandler</dc:creator>
		<pubDate>Wed, 16 Jul 2008 15:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-732</guid>
		<description>Slave Replication Errors. Can you tell me what is wrong?

[root@dhi015 mysql]# tail mysql.err
080716  8:24:30  InnoDB: Started; log sequence number 0 43665
080716  8:24:30 [Note] /usr/libexec/mysqld: ready for connections.
Version: &#039;5.0.45-log&#039;  socket: &#039;/var/lib/mysql/mysql.sock&#039;  port: 3306  Source distribution
080716 10:57:05 [Note] Slave SQL thread initialized, starting replication in log &#039;FIRST&#039; at position 0, relay log &#039;/var/log/mysql/mysql-relay-bin.000001&#039; position: 4
080716 10:57:05 [Note] Slave I/O thread: connected to master &#039;dhi16_slave@10.10.10.15:3306&#039;,  replication started in log &#039;FIRST&#039; at position 4
080716 10:57:05 [ERROR] The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but this does not always make sense; please check the manual before using it).
080716 10:57:05 [Note] Slave I/O thread exiting, read up to log &#039;FIRST&#039;, position 4
[root@dhi015 mysql]#

Thanks - Chris</description>
		<content:encoded><![CDATA[<p>Slave Replication Errors. Can you tell me what is wrong?</p>
<p>[root@dhi015 mysql]# tail mysql.err<br />
080716  8:24:30  InnoDB: Started; log sequence number 0 43665<br />
080716  8:24:30 [Note] /usr/libexec/mysqld: ready for connections.<br />
Version: &#8216;5.0.45-log&#8217;  socket: &#8216;/var/lib/mysql/mysql.sock&#8217;  port: 3306  Source distribution<br />
080716 10:57:05 [Note] Slave SQL thread initialized, starting replication in log &#8216;FIRST&#8217; at position 0, relay log &#8216;/var/log/mysql/mysql-relay-bin.000001&#8242; position: 4<br />
080716 10:57:05 [Note] Slave I/O thread: connected to master &#8216;dhi16_slave@10.10.10.15:3306&#8242;,  replication started in log &#8216;FIRST&#8217; at position 4<br />
080716 10:57:05 [ERROR] The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the &#8211;replicate-same-server-id option must be used on slave but this does not always make sense; please check the manual before using it).<br />
080716 10:57:05 [Note] Slave I/O thread exiting, read up to log &#8216;FIRST&#8217;, position 4<br />
[root@dhi015 mysql]#</p>
<p>Thanks &#8211; Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claudia</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-700</link>
		<dc:creator>claudia</dc:creator>
		<pubDate>Fri, 23 May 2008 12:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-700</guid>
		<description>I would like to know in case that the master does not respond and if for that reason i want to use the slave as the master (until the original master server is alive again) what steps should i do for allowing this</description>
		<content:encoded><![CDATA[<p>I would like to know in case that the master does not respond and if for that reason i want to use the slave as the master (until the original master server is alive again) what steps should i do for allowing this</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/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-660</link>
		<dc:creator>MySQL Replication Series: How does MySQL replication works? &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-660</guid>
		<description>[...] 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 without doing any more changes to [...]</description>
		<content:encoded><![CDATA[<p>[...] 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 without doing any more changes to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-658</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Mon, 14 Apr 2008 06:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-658</guid>
		<description>Electron,

You can run 2 instances on server 3 to accomplish this.</description>
		<content:encoded><![CDATA[<p>Electron,</p>
<p>You can run 2 instances on server 3 to accomplish this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elektron</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-656</link>
		<dc:creator>Elektron</dc:creator>
		<pubDate>Sun, 13 Apr 2008 22:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-656</guid>
		<description>Hi,

I was wondering if the following scenario would be possible.

Server 1: Database X (master)
Server 2: Database Y (master)

- replicating to -

Server 3: Database X, Database Y (slave)

The databases are independent, each master:slave relationship is still 1:1. However, as the slave server only seems to accept configuration details for one master server I can&#039;t figure out if this is possible.

Does anyone have any experience of this?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was wondering if the following scenario would be possible.</p>
<p>Server 1: Database X (master)<br />
Server 2: Database Y (master)</p>
<p>- replicating to -</p>
<p>Server 3: Database X, Database Y (slave)</p>
<p>The databases are independent, each master:slave relationship is still 1:1. However, as the slave server only seems to accept configuration details for one master server I can&#8217;t figure out if this is possible.</p>
<p>Does anyone have any experience of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norberto</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-654</link>
		<dc:creator>Norberto</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-654</guid>
		<description>Hello. Is it possible to replicate using mysql server version 3.x as master and mysql server version 5 as a replication host? Thanks in advance. Norberto</description>
		<content:encoded><![CDATA[<p>Hello. Is it possible to replicate using mysql server version 3.x as master and mysql server version 5 as a replication host? Thanks in advance. Norberto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bestie</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-650</link>
		<dc:creator>Bestie</dc:creator>
		<pubDate>Wed, 09 Apr 2008 16:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-650</guid>
		<description>Looks like my.ini is a Windows specific (probably why I didn&#039;t know about it) thing from the link below it looks like on windows mysql will accept configuration options from either a my.ini or a my.cnf (neither MUST exist) and they may be located in a number of places with different effects, either global or user specific.

From a brief read of the page it seems like there is no difference between a my.ini or a my.cnf and the same options can be placed in both including the one I mentioned  previously.

I have in my &#039;my.cnf&#039;:
innodb_table_locks = 0

http://dev.mysql.com/doc/refman/5.0/en/option-files.html

Also there are loads more fun InnoDB options to play with here:

http://dev.mysql.com/doc/refman/4.1/en/innodb-parameters.html</description>
		<content:encoded><![CDATA[<p>Looks like my.ini is a Windows specific (probably why I didn&#8217;t know about it) thing from the link below it looks like on windows mysql will accept configuration options from either a my.ini or a my.cnf (neither MUST exist) and they may be located in a number of places with different effects, either global or user specific.</p>
<p>From a brief read of the page it seems like there is no difference between a my.ini or a my.cnf and the same options can be placed in both including the one I mentioned  previously.</p>
<p>I have in my &#8216;my.cnf&#8217;:<br />
innodb_table_locks = 0</p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/option-files.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/option-files.html</a></p>
<p>Also there are loads more fun InnoDB options to play with here:</p>
<p><a href="http://dev.mysql.com/doc/refman/4.1/en/innodb-parameters.html" rel="nofollow">http://dev.mysql.com/doc/refman/4.1/en/innodb-parameters.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ultrabill</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-648</link>
		<dc:creator>ultrabill</dc:creator>
		<pubDate>Tue, 08 Apr 2008 13:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-648</guid>
		<description>homebrew &gt; this method is ok.

I used it with two servers : master on linux, slave on windows 2K3

With my.ini, be carreful about the paths. I.e.:
relay-log = &quot;X:/mysql/mysql-relay-bin&quot;

Yes, use slashes like Unix (not backslashes as usual with windows) ans put your path under quotes.</description>
		<content:encoded><![CDATA[<p>homebrew &gt; this method is ok.</p>
<p>I used it with two servers : master on linux, slave on windows 2K3</p>
<p>With my.ini, be carreful about the paths. I.e.:<br />
relay-log = &#8220;X:/mysql/mysql-relay-bin&#8221;</p>
<p>Yes, use slashes like Unix (not backslashes as usual with windows) ans put your path under quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: homebrew</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-647</link>
		<dc:creator>homebrew</dc:creator>
		<pubDate>Mon, 07 Apr 2008 20:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-647</guid>
		<description>I don&#039;t have a MY.CNF  I have a MY.INI though and it looks like that&#039;s the place to edit ??
I&#039;ve seen various instructions about editing these files, and they&#039;re all different !!  So I can&#039;t figure out what&#039;s right.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a MY.CNF  I have a MY.INI though and it looks like that&#8217;s the place to edit ??<br />
I&#8217;ve seen various instructions about editing these files, and they&#8217;re all different !!  So I can&#8217;t figure out what&#8217;s right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bestie</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-646</link>
		<dc:creator>Bestie</dc:creator>
		<pubDate>Fri, 04 Apr 2008 08:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-646</guid>
		<description>if table locks are a problem try converting your tables from MyISAM to InnoDB and and set innodb_table_locks off in your my.cnf if you don&#039;t have access to that I think you can change the setting with SET GLOBAL innodb_table_locks OFF.

one of the superior features of InnoDB is that it can do row level locking rather than the table level.</description>
		<content:encoded><![CDATA[<p>if table locks are a problem try converting your tables from MyISAM to InnoDB and and set innodb_table_locks off in your my.cnf if you don&#8217;t have access to that I think you can change the setting with SET GLOBAL innodb_table_locks OFF.</p>
<p>one of the superior features of InnoDB is that it can do row level locking rather than the table level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-640</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Fri, 28 Mar 2008 05:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-640</guid>
		<description>Yes.  Just follow the same thing you use to setup first slave to setup n numbers of slaves.  Just keep incrementing the id.</description>
		<content:encoded><![CDATA[<p>Yes.  Just follow the same thing you use to setup first slave to setup n numbers of slaves.  Just keep incrementing the id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-637</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 24 Mar 2008 22:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-637</guid>
		<description>I wish to have two slaves. Is this possible by using the same config but with &quot;server-id = 3&quot;?</description>
		<content:encoded><![CDATA[<p>I wish to have two slaves. Is this possible by using the same config but with &#8220;server-id = 3&#8243;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-609</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Wed, 05 Mar 2008 09:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-609</guid>
		<description>Hi, i set last day the master/slave replication - it works! The next step - i would like to replicate different DBs from more masters  to one slave. Is it possible?</description>
		<content:encoded><![CDATA[<p>Hi, i set last day the master/slave replication &#8211; it works! The next step &#8211; i would like to replicate different DBs from more masters  to one slave. Is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL: How do you set up master/master replication in MySQL? (CentOS, RHEL, Fedora) &#124; Technology: Learn and Share</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-601</link>
		<dc:creator>MySQL: How do you set up master/master replication in MySQL? (CentOS, RHEL, Fedora) &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Fri, 29 Feb 2008 21:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-601</guid>
		<description>[...] document.write(&quot;&quot;); } )()  Setting up master/master replication in MySQL is very similar to how we set up master/slave replication. You can read up about how to setup master/slave replication in my previous post: How to set up [...]</description>
		<content:encoded><![CDATA[<p>[...] document.write(&#8220;&#8221;); } )()  Setting up master/master replication in MySQL is very similar to how we set up master/slave replication. You can read up about how to setup master/slave replication in my previous post: How to set up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-596</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 05 Feb 2008 15:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-596</guid>
		<description>I have a lot more to learn, interesting.</description>
		<content:encoded><![CDATA[<p>I have a lot more to learn, interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyToon</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-593</link>
		<dc:creator>CrazyToon</dc:creator>
		<pubDate>Mon, 04 Feb 2008 22:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-593</guid>
		<description>You would do that in code.  Just remember that after you do insert, it might take a sec or two to show up on slave.  Best  thing to do is to do a insert, and leave user on master for a while.  Amount of time you leave user on master depends on what kind of setup you have ie. using innodb vs myisam, how many inserts are happening, etc.</description>
		<content:encoded><![CDATA[<p>You would do that in code.  Just remember that after you do insert, it might take a sec or two to show up on slave.  Best  thing to do is to do a insert, and leave user on master for a while.  Amount of time you leave user on master depends on what kind of setup you have ie. using innodb vs myisam, how many inserts are happening, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-592</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 04 Feb 2008 04:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-592</guid>
		<description>nice entry, was wondering if you can answer this question. you mentioned that doing master/slave replication, you can have insert in master, and select in slave. does it do that automatically by following your tutorial or these&#039;s something else needs to be done? and can i tell which goes to which?</description>
		<content:encoded><![CDATA[<p>nice entry, was wondering if you can answer this question. you mentioned that doing master/slave replication, you can have insert in master, and select in slave. does it do that automatically by following your tutorial or these&#8217;s something else needs to be done? and can i tell which goes to which?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HC</title>
		<link>http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/comment-page-1/#comment-587</link>
		<dc:creator>HC</dc:creator>
		<pubDate>Fri, 01 Feb 2008 22:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/29/mysql-how-do-you-set-up-masterslave-replication-in-mysql-centos-rhel-fedora/#comment-587</guid>
		<description>Thanks. Will give it a try. I would be very helpful if you could also explain what the configuration options mean/do.
Regards,
HC</description>
		<content:encoded><![CDATA[<p>Thanks. Will give it a try. I would be very helpful if you could also explain what the configuration options mean/do.<br />
Regards,<br />
HC</p>
]]></content:encoded>
	</item>
</channel>
</rss>
