<?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: Setting up mutiple MySQL Database servers on a single linux machine</title>
	<atom:link href="http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: den led chieu sang</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-7889</link>
		<dc:creator>den led chieu sang</dc:creator>
		<pubDate>Sun, 11 Dec 2011 08:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-7889</guid>
		<description>&lt;strong&gt;den led chieu sang...&lt;/strong&gt;

[...]Setting up mutiple MySQL Database servers on a single linux machine &#124; Linux Admin Zone[...]...</description>
		<content:encoded><![CDATA[<p><strong>den led chieu sang&#8230;</strong></p>
<p>[...]Setting up mutiple MySQL Database servers on a single linux machine | Linux Admin Zone[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imran</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-818</link>
		<dc:creator>imran</dc:creator>
		<pubDate>Wed, 27 Oct 2010 13:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-818</guid>
		<description>hi pawan gupta how you resolved this issue sandbox server not started yet ? any body know kindly reply me at is@mobileweaver.dk i am waiting.</description>
		<content:encoded><![CDATA[<p>hi pawan gupta how you resolved this issue sandbox server not started yet ? any body know kindly reply me at <a href="mailto:is@mobileweaver.dk">is@mobileweaver.dk</a> i am waiting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imran</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-816</link>
		<dc:creator>imran</dc:creator>
		<pubDate>Wed, 27 Oct 2010 12:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-816</guid>
		<description>i am unable to fine where it is logging as i want to see why ./start is not working? where are log files?</description>
		<content:encoded><![CDATA[<p>i am unable to fine where it is logging as i want to see why ./start is not working? where are log files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagbir</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-432</link>
		<dc:creator>jagbir</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-432</guid>
		<description>&lt;a href=&quot;#comment-431&quot; rel=&quot;nofollow&quot;&gt;@Sharninder&lt;/a&gt; 
Good question Sharninder.. there are few cases where this type of setup can be helpful. like in my case, we have a slave server from very critical production db servers (2 master-master hosts). Slave is read-only you know because if we try to manipulate data in a slave, replication will break. Slave is needed to provide general purpose read-only access and to take data backup.

We have another heavy internal application which requires same data to generate reports and require read/write access which we can&#039;t provide in slave and due to critical nature, dont want to bog down our production hosts for this. Solution? either purchase a new server or run two instances on same slave server. One instance will run as slave, provide backup also and another instance fetch data from slave (not replication) then provide read/write access to application generating reports. 2nd instance is experimental so it can break and repaired any time by fetching data from slave. such experiments can&#039;t be done with slave or production servers. 

Hope this will give you an idea about such setup.</description>
		<content:encoded><![CDATA[<p><a href="#comment-431" rel="nofollow">@Sharninder</a><br />
Good question Sharninder.. there are few cases where this type of setup can be helpful. like in my case, we have a slave server from very critical production db servers (2 master-master hosts). Slave is read-only you know because if we try to manipulate data in a slave, replication will break. Slave is needed to provide general purpose read-only access and to take data backup.</p>
<p>We have another heavy internal application which requires same data to generate reports and require read/write access which we can&#8217;t provide in slave and due to critical nature, dont want to bog down our production hosts for this. Solution? either purchase a new server or run two instances on same slave server. One instance will run as slave, provide backup also and another instance fetch data from slave (not replication) then provide read/write access to application generating reports. 2nd instance is experimental so it can break and repaired any time by fetching data from slave. such experiments can&#8217;t be done with slave or production servers. </p>
<p>Hope this will give you an idea about such setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharninder</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-431</link>
		<dc:creator>Sharninder</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-431</guid>
		<description>So, I understand that you can do this. But, my question is why would you want to ? Can&#039;t you just have multiple databased within the same mysql instance ? I understand if this is for purely academic purposes, but setting up replication/FT on this just doesn&#039;t make sense.</description>
		<content:encoded><![CDATA[<p>So, I understand that you can do this. But, my question is why would you want to ? Can&#8217;t you just have multiple databased within the same mysql instance ? I understand if this is for purely academic purposes, but setting up replication/FT on this just doesn&#8217;t make sense.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

