<?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>Culmination.org &#187; macports</title>
	<atom:link href="http://www.culmination.org/tag/macports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.culmination.org</link>
	<description>You are what you&#039;ve become.</description>
	<lastBuildDate>Sun, 22 Jan 2012 20:29:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>uninstall inactive!</title>
		<link>http://www.culmination.org/2009/03/uninstall-inactive/</link>
		<comments>http://www.culmination.org/2009/03/uninstall-inactive/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 01:13:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[WTF?]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.culmination.org/?p=342</guid>
		<description><![CDATA[Oh man I just realized that I never ran &#8220;sudo port uninstall inactive&#8221; and I have reclaimed&#8230; hmm&#8230; 5 gigs? It&#8217;s as simple as that &#8211; if you&#8217;re using macports for a while and you&#8217;ve been using &#8220;sudo port upgrade outdated&#8221; to upgrade, make sure you remove the old versions because after a while that [...]]]></description>
			<content:encoded><![CDATA[<p>Oh man I just realized that I never ran &#8220;sudo port uninstall inactive&#8221; and I have reclaimed&#8230; hmm&#8230; 5 gigs? It&#8217;s as simple as that &#8211; if you&#8217;re using macports for a while and you&#8217;ve been using &#8220;sudo port upgrade outdated&#8221; to upgrade, make sure you remove the old versions because after a while that space really adds up! I don&#8217;t know why I thought that upgrading a port removed the old version? I bet it&#8217;s in the documentation somewhere (yes, it&#8217;s time for me to RTFM haha)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2009/03/uninstall-inactive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql 5 client from MacPorts and Server from Official Package</title>
		<link>http://www.culmination.org/2008/01/mysql-5-client-from-macports-and-server-from-official-package/</link>
		<comments>http://www.culmination.org/2008/01/mysql-5-client-from-macports-and-server-from-official-package/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 17:01:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql5]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2008/01/29/mysql-5-client-from-macports-and-server-from-official-package/</guid>
		<description><![CDATA[I just noticed that when you use the mysql 5 client from MacPorts (installed as /opt/local/bin/mysql5) to connect to a mysql5 server running on localhost that was installed via the package at dev.mysql.com, an error is generated: ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/opt/local/var/run/mysql5/mysqld.sock&#8217; (2) This is because the installation [...]]]></description>
			<content:encoded><![CDATA[<p>I just noticed that when you use the mysql 5 client from MacPorts (installed as /opt/local/bin/mysql5) to connect to a mysql5 server running on localhost that was installed via the package at dev.mysql.com, an error is generated:</p>
<p>ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/opt/local/var/run/mysql5/mysqld.sock&#8217; (2)</p>
<p>This is because the  installation of mysql 5 server from the mysql site uses /tmp to hold the socket file. Of course if you read the README you&#8217;d know this:</p>
<p>&#8220;The installation layout is similar to that of a `tar&#8217; file binary<br />
distribution; all MySQL binaries are located in the directory<br />
`/usr/local/mysql/bin&#8217;. The MySQL socket file is created as<br />
`/tmp/mysql.sock&#8217; by default.&#8221;</p>
<p>I, of course, did not read the README first, and so I wondered what I was doing wrong. The fix is easy, just add</p>
<p>-S /tmp/mysql.sock</p>
<p>to your mysql5 command to use it without any configuration (i.e. changing the location of the socket).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/01/mysql-5-client-from-macports-and-server-from-official-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

