<?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: Manually installing multiple MySQL instances on Linux: HOWTO</title>
	<atom:link href="http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/feed" rel="self" type="application/rss+xml" />
	<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto</link>
	<description>Blog by Shlomi Noach</description>
	<lastBuildDate>Sat, 13 Mar 2010 09:46:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: To not yum or to not apt-get? &#124; code.openark.org</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-10974</link>
		<dc:creator>To not yum or to not apt-get? &#124; code.openark.org</dc:creator>
		<pubDate>Wed, 24 Feb 2010 21:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-10974</guid>
		<description>[...] written shortly on this before. I like yum; I love apt-get; I prefer not to use them for MySQL [...]</description>
		<content:encoded><![CDATA[<p>[...] written shortly on this before. I like yum; I love apt-get; I prefer not to use them for MySQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-3197</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Thu, 13 Aug 2009 04:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-3197</guid>
		<description>Hi Martin,

I&#039;m glad it helped. But do try &lt;a href=&quot;https://launchpad.net/mysql-sandbox&quot; rel=&quot;nofollow&quot;&gt;MySQL sandbox&lt;/a&gt;. It automates so much.

Shlomi</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>I&#8217;m glad it helped. But do try <a href="https://launchpad.net/mysql-sandbox" rel="nofollow">MySQL sandbox</a>. It automates so much.</p>
<p>Shlomi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Water ionizer</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-3196</link>
		<dc:creator>Water ionizer</dc:creator>
		<pubDate>Thu, 13 Aug 2009 03:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-3196</guid>
		<description>Hi,

Thanks for the information,just found this post my technorati news feed section! I was searching for this since past 3 months and i am glad to see it here.  Thanking you much

Martin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the information,just found this post my technorati news feed section! I was searching for this since past 3 months and i am glad to see it here.  Thanking you much</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-2391</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Thu, 18 Jun 2009 10:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-2391</guid>
		<description>I have tried out MySQL sandbox and recommend it to everyone - it&#039;s very easy to handle. http://mysqlsandbox.net/</description>
		<content:encoded><![CDATA[<p>I have tried out MySQL sandbox and recommend it to everyone &#8211; it&#8217;s very easy to handle. <a href="http://mysqlsandbox.net/" rel="nofollow">http://mysqlsandbox.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-2387</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Wed, 17 Jun 2009 22:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-2387</guid>
		<description>Guys thank you for starting this thread. This has been very helpful for me to get up to speed. and getting both of the mysql instances running in parallel

Andi,
I&#039;ve encountered exactly the same problem, try this - i think this will resolve your problem:
/usr/local/mysqlg/bin/mysqld_safe --defaults-file=/usr/local/mysqlg/my.cnf &amp;

By doing so you explicitly tell mysql to use your new my.cnf.

Also, i&#039;ve made a change in mysqld_safe script  as well to use my own user - u might want to try it as well. In my version it&#039;s on line 21 user=&#039;mysqlg&#039;</description>
		<content:encoded><![CDATA[<p>Guys thank you for starting this thread. This has been very helpful for me to get up to speed. and getting both of the mysql instances running in parallel</p>
<p>Andi,<br />
I&#8217;ve encountered exactly the same problem, try this &#8211; i think this will resolve your problem:<br />
/usr/local/mysqlg/bin/mysqld_safe &#8211;defaults-file=/usr/local/mysqlg/my.cnf &amp;</p>
<p>By doing so you explicitly tell mysql to use your new my.cnf.</p>
<p>Also, i&#8217;ve made a change in mysqld_safe script  as well to use my own user &#8211; u might want to try it as well. In my version it&#8217;s on line 21 user=&#8217;mysqlg&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-2376</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Wed, 17 Jun 2009 05:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-2376</guid>
		<description>Andi,

Try another one: add --basedir=/usr/local/mysqlg/
Let me know if this worked out

Shlomi</description>
		<content:encoded><![CDATA[<p>Andi,</p>
<p>Try another one: add &#8211;basedir=/usr/local/mysqlg/<br />
Let me know if this worked out</p>
<p>Shlomi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-2330</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Fri, 12 Jun 2009 10:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-2330</guid>
		<description>I have been on this site already and just tried to start the alternative server this way:

bin/mysqld_safe --user=mysqlg --datadir=/usr/local/mysqlg/data &amp;
[1] 8472
root@xx:/usr/local/mysqlg# 090612 12:55:15 mysqld_safe Logging to &#039;/usr/local/mysqlg/data/mesolt11.err&#039;.
090612 12:55:15 mysqld_safe The file /usr/local/mysql/bin/mysqld
does not exist or is not executable. Please cd to the mysql installation
directory and restart this script from there as follows:
./bin/mysqld_safe&amp;
See http://dev.mysql.com/doc/mysql/en/mysqld-safe.html for more information

So you can see that I have set up an own group and user for this version and I have put the edited my.cnf to the local mysql dir.

Thank you for the tip, I will try the sandbox when I have understood more.</description>
		<content:encoded><![CDATA[<p>I have been on this site already and just tried to start the alternative server this way:</p>
<p>bin/mysqld_safe &#8211;user=mysqlg &#8211;datadir=/usr/local/mysqlg/data &amp;<br />
[1] 8472<br />
root@xx:/usr/local/mysqlg# 090612 12:55:15 mysqld_safe Logging to &#8216;/usr/local/mysqlg/data/mesolt11.err&#8217;.<br />
090612 12:55:15 mysqld_safe The file /usr/local/mysql/bin/mysqld<br />
does not exist or is not executable. Please cd to the mysql installation<br />
directory and restart this script from there as follows:<br />
./bin/mysqld_safe&amp;<br />
See <a href="http://dev.mysql.com/doc/mysql/en/mysqld-safe.html" rel="nofollow">http://dev.mysql.com/doc/mysql/en/mysqld-safe.html</a> for more information</p>
<p>So you can see that I have set up an own group and user for this version and I have put the edited my.cnf to the local mysql dir.</p>
<p>Thank you for the tip, I will try the sandbox when I have understood more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-2328</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Fri, 12 Jun 2009 10:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-2328</guid>
		<description>Hi Andi,

Search path is described in: &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/option-files.html&quot; rel=&quot;nofollow&quot;&gt;http://dev.mysql.com/doc/refman/5.0/en/option-files.html&lt;/a&gt;
And namely it looks at the installation path per installation.

But, I must say that I&#039;ve been using MySQL sandbox quite a lot lately, and, if it suits your needs - it&#039;s really great! You should give it a try.</description>
		<content:encoded><![CDATA[<p>Hi Andi,</p>
<p>Search path is described in: <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><br />
And namely it looks at the installation path per installation.</p>
<p>But, I must say that I&#8217;ve been using MySQL sandbox quite a lot lately, and, if it suits your needs &#8211; it&#8217;s really great! You should give it a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-2327</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Fri, 12 Jun 2009 10:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-2327</guid>
		<description>How does MySQL know where my.cnf is located. It seems that the alternative version is connecting through the wrong socket and so tries to read /etc/mysql/my.cnf instead of the alternative my.cnf</description>
		<content:encoded><![CDATA[<p>How does MySQL know where my.cnf is located. It seems that the alternative version is connecting through the wrong socket and so tries to read /etc/mysql/my.cnf instead of the alternative my.cnf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto/comment-page-1#comment-797</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Tue, 24 Feb 2009 07:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=531#comment-797</guid>
		<description>Lots of typos have been fixed in this post, most of which appear to have been created by Wordpress trying to outsmart the coder.</description>
		<content:encoded><![CDATA[<p>Lots of typos have been fixed in this post, most of which appear to have been created by Wordpress trying to outsmart the coder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
