<?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>Wed, 10 Mar 2010 09:59:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jagbir</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-370</link>
		<dc:creator>jagbir</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-370</guid>
		<description>Hi .. welcome again :) 
the best way is to download mysql tar/binary from net and then extract it to some folder like: /usr/src/mysql1 etc. I guess in sandbox you need to specify mysql path so include this folder path and move ahead. Dont go for rpm/yum or automatic package installation. 

-
Jagbir</description>
		<content:encoded><![CDATA[<p>Hi .. welcome again <img src='http://linuxadminzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
the best way is to download mysql tar/binary from net and then extract it to some folder like: /usr/src/mysql1 etc. I guess in sandbox you need to specify mysql path so include this folder path and move ahead. Dont go for rpm/yum or automatic package installation. </p>
<p>-<br />
Jagbir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-369</link>
		<dc:creator>Gregory</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-369</guid>
		<description>Hi again!
I have installed only sandbox already, but mysqld doesn&#039;t exist...
So I&#039;ve got maybe simply question for you. Do I have to install mysql-server before sandbox installation?</description>
		<content:encoded><![CDATA[<p>Hi again!<br />
I have installed only sandbox already, but mysqld doesn&#8217;t exist&#8230;<br />
So I&#8217;ve got maybe simply question for you. Do I have to install mysql-server before sandbox installation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-367</link>
		<dc:creator>Gregory</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-367</guid>
		<description>Tomorrow I&#039;ll uninstall mysql server and sandbox and I&#039;ll try install only sandbox (replication) on my OS. I&#039;ll write to you about result.</description>
		<content:encoded><![CDATA[<p>Tomorrow I&#8217;ll uninstall mysql server and sandbox and I&#8217;ll try install only sandbox (replication) on my OS. I&#8217;ll write to you about result.</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-365</link>
		<dc:creator>jagbir</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-365</guid>
		<description>You&#039;re welcome Gregory. Glad you&#039;re able to connect, the issue here seems conflict in default file option. Thanks for notifying me about this issue, I&#039;ll research more to resolve it from my end. 

-
Jagbir</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Gregory. Glad you&#8217;re able to connect, the issue here seems conflict in default file option. Thanks for notifying me about this issue, I&#8217;ll research more to resolve it from my end. </p>
<p>-<br />
Jagbir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/comment-page-1/#comment-364</link>
		<dc:creator>Gregory</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=149#comment-364</guid>
		<description>I haven&#039;t received an arro because of lines before  defaults-file option...
Now I have error &quot;mysql: unknown variable &#039;defaults-file=/root/sandboxes/rsandbox_5_1_43/master/my.sandbox.cnf&#039;&quot;
but this can by fixed by setting the --default-file option at the beginning of the mysql command. And now...:
[root@localhost rsandbox_5_1_43]# mysql --defaults-file=/root/sandboxes/rsandbox_5_1_43/master/my.sandbox.cnf -u msandbox -P 3307 -h localhost -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.1.43-log MySQL Community Server (GPL)

Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the buffer.

master [localhost] {msandbox} ((none)) &gt; 

-----
:-)
But I have still problem with connect to master server using standard command:

[root@localhost rsandbox_5_1_43]# mysql -u msandbox -P 3307 -p
Enter password: 
ERROR 1045 (28000): Access denied for user &#039;msandbox&#039;@&#039;localhost&#039; (using password: YES)
 -------------------
 

BTW, Jagbir, thanks for help and tips! You are great! :)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t received an arro because of lines before  defaults-file option&#8230;<br />
Now I have error &#8220;mysql: unknown variable &#8216;defaults-file=/root/sandboxes/rsandbox_5_1_43/master/my.sandbox.cnf&#8217;&#8221;<br />
but this can by fixed by setting the &#8211;default-file option at the beginning of the mysql command. And now&#8230;:<br />
[root@localhost rsandbox_5_1_43]# mysql &#8211;defaults-file=/root/sandboxes/rsandbox_5_1_43/master/my.sandbox.cnf -u msandbox -P 3307 -h localhost -p<br />
Enter password:<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 4<br />
Server version: 5.1.43-log MySQL Community Server (GPL)</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.</p>
<p>master [localhost] {msandbox} ((none)) &gt; </p>
<p>&#8212;&#8211;<br />
 <img src='http://linuxadminzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
But I have still problem with connect to master server using standard command:</p>
<p>[root@localhost rsandbox_5_1_43]# mysql -u msandbox -P 3307 -p<br />
Enter password:<br />
ERROR 1045 (28000): Access denied for user &#8216;msandbox&#8217;@'localhost&#8217; (using password: YES)<br />
 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>BTW, Jagbir, thanks for help and tips! You are great! <img src='http://linuxadminzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
