<?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: Must. Stop. Hitting. Head. Against. Wall.</title>
	<atom:link href="http://chocolateandvodka.com/2006/10/09/must-stop-hitting-head-against-wall/feed/" rel="self" type="application/rss+xml" />
	<link>http://chocolateandvodka.com/2006/10/09/must-stop-hitting-head-against-wall/</link>
	<description>bubbling enthusiasm for $arbitrary_topic</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:57:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://chocolateandvodka.com/2006/10/09/must-stop-hitting-head-against-wall/comment-page-1/#comment-3210</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 09 Oct 2006 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://chocolateandvodka.com/?p=1689#comment-3210</guid>
		<description>If you launch Terminal from Locomotive, then I think you need to include the path to &lt;blah&gt;/mysql/bin in Locomotive&#039;s Terminal prefs. It seems to ignore your normal environmental variables afaik...</description>
		<content:encoded><![CDATA[<p>If you launch Terminal from Locomotive, then I think you need to include the path to <blah>/mysql/bin in Locomotive&#39;s Terminal prefs. It seems to ignore your normal environmental variables afaik&#8230;</blah></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://chocolateandvodka.com/2006/10/09/must-stop-hitting-head-against-wall/comment-page-1/#comment-3209</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 09 Oct 2006 14:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://chocolateandvodka.com/?p=1689#comment-3209</guid>
		<description>Ah crap, HTML doesn&#039;t work...</description>
		<content:encoded><![CDATA[<p>Ah crap, HTML doesn&#39;t work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://chocolateandvodka.com/2006/10/09/must-stop-hitting-head-against-wall/comment-page-1/#comment-3208</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 09 Oct 2006 14:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://chocolateandvodka.com/?p=1689#comment-3208</guid>
		<description>Ahh, you need to add the MySQL bin directory path to your bash_login config file.
Edit .bash_login in your home directory and edit a PATH statement so it looks something like this: 
&lt;code&gt;export PATH=&quot;/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH&quot;&lt;/code&gt;
I got stuck here too, and then followed the instructions at &lt;a href=&quot;http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; (under the &#039;Add MySQL to your PATH&#039; section).
Hope that helps...</description>
		<content:encoded><![CDATA[<p>Ahh, you need to add the MySQL bin directory path to your bash_login config file.<br />
Edit .bash_login in your home directory and edit a PATH statement so it looks something like this:<br />
<code>export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"</code><br />
I got stuck here too, and then followed the instructions at <a href="http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger" rel="nofollow">here</a> (under the &#39;Add MySQL to your PATH&#39; section).<br />
Hope that helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://chocolateandvodka.com/2006/10/09/must-stop-hitting-head-against-wall/comment-page-1/#comment-3207</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 09 Oct 2006 14:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://chocolateandvodka.com/?p=1689#comment-3207</guid>
		<description>I&#039;m trying to do MySQL commands through terminal, but from the Rails app folder. I think it&#039;s a path problem. 
I have CocoaMySQL which is a gui for MySQL like phpMyAdmin. But to be honest, I *like* doing things from the command line right now, and I think it&#039;s better for me to do that to start with and then move on to a gui when I feel a bit more confident that I understand how the command line works.</description>
		<content:encoded><![CDATA[<p>I&#39;m trying to do MySQL commands through terminal, but from the Rails app folder. I think it&#39;s a path problem.<br />
I have CocoaMySQL which is a gui for MySQL like phpMyAdmin. But to be honest, I *like* doing things from the command line right now, and I think it&#39;s better for me to do that to start with and then move on to a gui when I feel a bit more confident that I understand how the command line works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://chocolateandvodka.com/2006/10/09/must-stop-hitting-head-against-wall/comment-page-1/#comment-3206</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 09 Oct 2006 14:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://chocolateandvodka.com/?p=1689#comment-3206</guid>
		<description>Are you trying to do mysql commands through the rails console, or just by running mysql from the terminal?
I&#039;ve not managed to get the console to work yet (think it&#039;s something to do with the mac environment).
You might find it easier to install PhpMyAdmin on your localhost, and use that to make mysql commands instead.</description>
		<content:encoded><![CDATA[<p>Are you trying to do mysql commands through the rails console, or just by running mysql from the terminal?<br />
I&#39;ve not managed to get the console to work yet (think it&#39;s something to do with the mac environment).<br />
You might find it easier to install PhpMyAdmin on your localhost, and use that to make mysql commands instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

