<?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: Uninstalling MySQL on Mac OS X Leopard</title>
	<atom:link href="http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:36:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JB</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-85568</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Mon, 31 Oct 2011 03:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-85568</guid>
		<description>These instructions were a great help, but I&#039;ve noticed that some installations (macports?) put mysql-related files in /opt, and fink (apparently) puts them in /sw/fink</description>
		<content:encoded><![CDATA[<p>These instructions were a great help, but I've noticed that some installations (macports?) put mysql-related files in /opt, and fink (apparently) puts them in /sw/fink</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Z</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-82903</link>
		<dc:creator>Ali Z</dc:creator>
		<pubDate>Thu, 13 Oct 2011 16:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-82903</guid>
		<description>Thanks ... this link saved me a couple of times.</description>
		<content:encoded><![CDATA[<p>Thanks ... this link saved me a couple of times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whiteglider</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-75860</link>
		<dc:creator>Whiteglider</dc:creator>
		<pubDate>Thu, 01 Sep 2011 02:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-75860</guid>
		<description>hi, i could not do the line where it says edit /etc/hostconfig and remove the line MYSQLCOM=-YES, i just can&#039;t find that file...does that affect my uninstallation big time?  how can i remove the MySQL icon in System Preferences window? Apart from that, I guess all is fine with my uninstallation! Thanks for your virtual presence!:-)</description>
		<content:encoded><![CDATA[<p>hi, i could not do the line where it says edit /etc/hostconfig and remove the line MYSQLCOM=-YES, i just can't find that file...does that affect my uninstallation big time?  how can i remove the MySQL icon in System Preferences window? Apart from that, I guess all is fine with my uninstallation! Thanks for your virtual presence!:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Orfanos</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-75452</link>
		<dc:creator>Nik Orfanos</dc:creator>
		<pubDate>Mon, 29 Aug 2011 08:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-75452</guid>
		<description>Please update with the following:

sudo rm -rf /private/var/db/receipts/*mysql*

This is required for v5.4.1 or higher. Without this I could not reinstall as the installer insisted that there was a newer version installed.

Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Please update with the following:</p>
<p>sudo rm -rf /private/var/db/receipts/*mysql*</p>
<p>This is required for v5.4.1 or higher. Without this I could not reinstall as the installer insisted that there was a newer version installed.</p>
<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryders</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-73561</link>
		<dc:creator>Ryders</dc:creator>
		<pubDate>Tue, 16 Aug 2011 07:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-73561</guid>
		<description>Confirming Hugh Miles&#039; finding, 5.5 creates extra .plist and .bom files in /private/var/db/receipts/

sudo rm -rf /private/var/db/receipts/com.mysql.mysql*</description>
		<content:encoded><![CDATA[<p>Confirming Hugh Miles' finding, 5.5 creates extra .plist and .bom files in /private/var/db/receipts/</p>
<p>sudo rm -rf /private/var/db/receipts/com.mysql.mysql*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-66445</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 23 Jun 2011 03:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-66445</guid>
		<description>Thanks for this! I also had to run the following:

launchctl remove com.mysql.mysqld

Not sure if this is a Snow Leopard thing. Documented here:

http://blog.sirkevi.com/files/Removing_MacOSX_software_that_are_constantly_relaunched.php</description>
		<content:encoded><![CDATA[<p>Thanks for this! I also had to run the following:</p>
<p>launchctl remove com.mysql.mysqld</p>
<p>Not sure if this is a Snow Leopard thing. Documented here:</p>
<p><a href="http://blog.sirkevi.com/files/Removing_MacOSX_software_that_are_constantly_relaunched.php" rel="nofollow">http://blog.sirkevi.com/files/Removing_MacOSX_software_that_are_constantly_relaunched.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh Miles</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-66387</link>
		<dc:creator>Hugh Miles</dc:creator>
		<pubDate>Wed, 22 Jun 2011 13:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-66387</guid>
		<description>I found I also had to delete the following after I installed MySQL Community Edition 5.5 and then wanted to revert to 5.1

/private/var/db/receipts/com.mysql.mysql.bom
/private/var/db/receipts/com.mysql.mysql.plist
/private/var/db/receipts/com.mysql.mysqlstartup.bom
/private/var/db/receipts/com.mysql.mysqlstartup.plist</description>
		<content:encoded><![CDATA[<p>I found I also had to delete the following after I installed MySQL Community Edition 5.5 and then wanted to revert to 5.1</p>
<p>/private/var/db/receipts/com.mysql.mysql.bom<br />
/private/var/db/receipts/com.mysql.mysql.plist<br />
/private/var/db/receipts/com.mysql.mysqlstartup.bom<br />
/private/var/db/receipts/com.mysql.mysqlstartup.plist</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b_dubb</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-65231</link>
		<dc:creator>b_dubb</dc:creator>
		<pubDate>Fri, 10 Jun 2011 17:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-65231</guid>
		<description>instead of ...
     edit /etc/hostconfig
try ...
     vim /etc/hostconfig
or ...
     open -e /etc/hostconfig 
but the last method usually (always) encounters permission errors</description>
		<content:encoded><![CDATA[<p>instead of ...<br />
     edit /etc/hostconfig<br />
try ...<br />
     vim /etc/hostconfig<br />
or ...<br />
     open -e /etc/hostconfig<br />
but the last method usually (always) encounters permission errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Huard</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-63934</link>
		<dc:creator>Martin Huard</dc:creator>
		<pubDate>Mon, 30 May 2011 18:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-63934</guid>
		<description>If you&#039;ve installed MySQL 5.4.1 (or higher) you will also have to remove any *mysql* preference files from here:

/private/var/db/receipts/</description>
		<content:encoded><![CDATA[<p>If you've installed MySQL 5.4.1 (or higher) you will also have to remove any *mysql* preference files from here:</p>
<p>/private/var/db/receipts/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/#comment-59546</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 21 Apr 2011 15:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=258#comment-59546</guid>
		<description>Thank you! This was very thorough and helpful.</description>
		<content:encoded><![CDATA[<p>Thank you! This was very thorough and helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

