<?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: Installing Mysql with MacPorts for Rails on Leopard</title>
	<atom:link href="http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/</link>
	<description>Solutions for anything... except popcorn.</description>
	<lastBuildDate>Mon, 22 Feb 2010 05:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/comment-page-1/#comment-38810</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 13 Feb 2009 22:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=948#comment-38810</guid>
		<description>Oh, another link:

http://2tbsp.com/content/install_and_configure_mysql_5_macports</description>
		<content:encoded><![CDATA[<p>Oh, another link:</p>
<p><a href="http://2tbsp.com/content/install_and_configure_mysql_5_macports" rel="nofollow">http://2tbsp.com/content/install_and_configure_mysql_5_macports</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/comment-page-1/#comment-38809</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 13 Feb 2009 22:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=948#comment-38809</guid>
		<description>Just a copy/paste of the install output about the daemon and creating initial db...

###########################################################
# A startup item has been generated that will aid in
# starting mysql5 with launchd. It is disabled
# by default. Execute the following command to start it,
# and to cause it to launch at startup:
#
# sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
###########################################################
---&gt;  Installing mysql5 @5.0.75_0+server
******************************************************
* In order to setup the database, you might want to run
* sudo -u mysql mysql_install_db5
* if this is a new install
******************************************************</description>
		<content:encoded><![CDATA[<p>Just a copy/paste of the install output about the daemon and creating initial db&#8230;</p>
<p>###########################################################<br />
# A startup item has been generated that will aid in<br />
# starting mysql5 with launchd. It is disabled<br />
# by default. Execute the following command to start it,<br />
# and to cause it to launch at startup:<br />
#<br />
# sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist<br />
###########################################################<br />
&#8212;>  Installing mysql5 @5.0.75_0+server<br />
******************************************************<br />
* In order to setup the database, you might want to run<br />
* sudo -u mysql mysql_install_db5<br />
* if this is a new install<br />
******************************************************</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Developing web applications locally on your Mac OSX using MacPorts :: Jaisen Mathai</title>
		<link>http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/comment-page-1/#comment-38802</link>
		<dc:creator>Developing web applications locally on your Mac OSX using MacPorts :: Jaisen Mathai</dc:creator>
		<pubDate>Tue, 09 Dec 2008 09:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=948#comment-38802</guid>
		<description>[...] http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/" rel="nofollow">http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raleigh website maker</title>
		<link>http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/comment-page-1/#comment-38799</link>
		<dc:creator>Raleigh website maker</dc:creator>
		<pubDate>Tue, 25 Nov 2008 15:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=948#comment-38799</guid>
		<description>Hey,
Thanks for posting this, it will hopefully be the answer to my mysql nightmares.  One problem, though; I&#039;ve followed your steps, and still can&#039;t get rake db:migrate to work.

If I try to run &quot;$ sudo ln -s /opt/local/var/run/mysql5/mysqld.sock /tmp/mysql.sock&quot; again, I get this:
ln: /tmp/mysql.sock: File exists

Then when I try to run &quot;rake db:migrate&quot;, I get this contradictory message:
No such file or directory - /tmp/mysql.sock

Have you seen this problem, and do you know what to do about it?

Thanks for any help.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Thanks for posting this, it will hopefully be the answer to my mysql nightmares.  One problem, though; I&#8217;ve followed your steps, and still can&#8217;t get rake db:migrate to work.</p>
<p>If I try to run &#8220;$ sudo ln -s /opt/local/var/run/mysql5/mysqld.sock /tmp/mysql.sock&#8221; again, I get this:<br />
ln: /tmp/mysql.sock: File exists</p>
<p>Then when I try to run &#8220;rake db:migrate&#8221;, I get this contradictory message:<br />
No such file or directory &#8211; /tmp/mysql.sock</p>
<p>Have you seen this problem, and do you know what to do about it?</p>
<p>Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://badpopcorn.com/blog/2008/09/19/installing-mysql-with-macports-for-rails-on-leopard/comment-page-1/#comment-38768</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 01 Oct 2008 05:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/blog/?p=948#comment-38768</guid>
		<description>Hello, this is probably the wrong place to post this but on your jobs listing page, your &quot;contact us&quot; form 404s when you try to submit anything.  I was just trying to ask where you guys were located.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello, this is probably the wrong place to post this but on your jobs listing page, your &#8220;contact us&#8221; form 404s when you try to submit anything.  I was just trying to ask where you guys were located.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
