<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joel Hainley &#187; OSX</title>
	<atom:link href="http://www.joelhainley.com/index.php/category/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joelhainley.com</link>
	<description>my thoughts and adventures</description>
	<lastBuildDate>Mon, 19 Dec 2011 19:34:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac OS-X/MySQL : A newer version of this software already exists on this volume.</title>
		<link>http://www.joelhainley.com/index.php/2009/03/22/mac-os-x-a-newer-version-of-this-software-already-exists-on-this-volume/</link>
		<comments>http://www.joelhainley.com/index.php/2009/03/22/mac-os-x-a-newer-version-of-this-software-already-exists-on-this-volume/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 23:44:13 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[exists]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Uninstall]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=131</guid>
		<description><![CDATA[I ran into this over the weekend and since it took a bit of time to find I thought it might be useful for others.  I was setting up an ATG development environment and had installed a version of MySQL that was known not to work with ATG..(oops..I&#8217;ll cover this in another posting). I [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into this over the weekend and since it took a bit of time to find I thought it might be useful for others.  I was setting up an ATG development environment and had installed a version of MySQL that was known not to work with ATG..(oops..I&#8217;ll cover this in another posting). I uninstalled MySQL using the following steps :</p>
<ol>
<li>cd /usr/local</li>
<li>sudo rm mysql</li>
<li>sudo rm -rf mysql-&lt;some version number here&gt;</li>
</ol>
<p>With this done I downloaded a different version of MySQL and tried to install it, however I received the following error.</p>
<p>&#8220;You cannot install MySQL blah-version-blah for Mac OS X on this volume. A newer version of this software already exists on this volume&#8221;</p>
<p>After digging around about this for a while I was finally able to come up with the problem. You need to go into the /Library/Receipts directory and delete the Mysql related items in there was well. An example :</p>
<ul>
<li>cd /Library/Receipts/</li>
<li>rm -rf Mysql&lt;blah blah blah&gt;</li>
</ul>
<p>With this done. I was able to continue installing the new version and get back to stuff. Hopefully this helps someone else.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2009/03/22/mac-os-x-a-newer-version-of-this-software-already-exists-on-this-volume/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

