<?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 5.1.x works as binary install but poses new challenge</title>
	<atom:link href="http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 21:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/comment-page-1/#comment-3922</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 08 May 2009 15:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=525#comment-3922</guid>
		<description>Luc, You can keep 5.1 installed, compile the latest 5.1.x version with this:

./configure --prefix=/usr/local/mysql \
--with-server-suffix=-standard \
--enable-thread-safe-client \
--enable-local-infile \
--enable-shared \
--with-zlib-dir=bundled \
--with-big-tables \
--with-readline \
--with-plugins=all \
--without-docs

And everything will be allright. Still need to properly document this, but it has been tested.</description>
		<content:encoded><![CDATA[<p>Luc, You can keep 5.1 installed, compile the latest 5.1.x version with this:</p>
<p>./configure &#8211;prefix=/usr/local/mysql \<br />
&#8211;with-server-suffix=-standard \<br />
&#8211;enable-thread-safe-client \<br />
&#8211;enable-local-infile \<br />
&#8211;enable-shared \<br />
&#8211;with-zlib-dir=bundled \<br />
&#8211;with-big-tables \<br />
&#8211;with-readline \<br />
&#8211;with-plugins=all \<br />
&#8211;without-docs</p>
<p>And everything will be allright. Still need to properly document this, but it has been tested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LarryL</title>
		<link>http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/comment-page-1/#comment-3921</link>
		<dc:creator>LarryL</dc:creator>
		<pubDate>Fri, 08 May 2009 15:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=525#comment-3921</guid>
		<description>I think it&#039;s better to keep compiling MySQL. It&#039;s not difficult and you wouldn&#039;t need to change the instructions.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s better to keep compiling MySQL. It&#8217;s not difficult and you wouldn&#8217;t need to change the instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Marivoet</title>
		<link>http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/comment-page-1/#comment-3919</link>
		<dc:creator>Luc Marivoet</dc:creator>
		<pubDate>Fri, 08 May 2009 12:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=525#comment-3919</guid>
		<description>Hi Richard,
Installed package version of Mysql of 5.1.xx. But I saw that might give some issues to file locations. Now I want to revert back, any clue on how to remove this version of Mysql of my system?
After that I&#039;ll install package of 5.0.81 and recompile source of the same version so I can use your instructions accordingly
Thanks for a reply</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
Installed package version of Mysql of 5.1.xx. But I saw that might give some issues to file locations. Now I want to revert back, any clue on how to remove this version of Mysql of my system?<br />
After that I&#8217;ll install package of 5.0.81 and recompile source of the same version so I can use your instructions accordingly<br />
Thanks for a reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/comment-page-1/#comment-3819</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Tue, 28 Apr 2009 01:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=525#comment-3819</guid>
		<description>I think it is a good idea to keep compiling MySQL for now. We can&#039;t rely on getting a binary for every release or security update. We should wait and see what Oracle is going to do with MySQL.</description>
		<content:encoded><![CDATA[<p>I think it is a good idea to keep compiling MySQL for now. We can&#8217;t rely on getting a binary for every release or security update. We should wait and see what Oracle is going to do with MySQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/comment-page-1/#comment-3814</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 27 Apr 2009 18:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=525#comment-3814</guid>
		<description>@Drew, that would be a very simple solution, but would that survive a binary install?

@Jeff, I&#039;ve considered this but the implications are even bigger. Most people just want the MAMP stack so I need to add postgesql as an additional option. Also I&#039;m not sure all components in the mailserver support this. But my hand might be forced to do this as Oracle now owns MySQL the future is uncertain.</description>
		<content:encoded><![CDATA[<p>@Drew, that would be a very simple solution, but would that survive a binary install?</p>
<p>@Jeff, I&#8217;ve considered this but the implications are even bigger. Most people just want the MAMP stack so I need to add postgesql as an additional option. Also I&#8217;m not sure all components in the mailserver support this. But my hand might be forced to do this as Oracle now owns MySQL the future is uncertain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Stubbs</title>
		<link>http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/comment-page-1/#comment-3810</link>
		<dc:creator>Jeff Stubbs</dc:creator>
		<pubDate>Mon, 27 Apr 2009 01:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=525#comment-3810</guid>
		<description>PostgreSQL?</description>
		<content:encoded><![CDATA[<p>PostgreSQL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://diymacserver.com/2009/04/26/mysql-51x-works-as-binary-install-but-poses-new-challenge/comment-page-1/#comment-3805</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sun, 26 Apr 2009 21:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=525#comment-3805</guid>
		<description>You could symlink the directories. Worked for me.</description>
		<content:encoded><![CDATA[<p>You could symlink the directories. Worked for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
