<?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: Fixing MySQL for Rails 2.2 Development on Mac OS X</title>
	<atom:link href="http://seanbehan.com/programming/fixing-mysql-for-rails-2-2-development-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com/programming/fixing-mysql-for-rails-2-2-development-on-mac-os-x/</link>
	<description>Web Programming, Ruby on Rails, Wordpress, PHP from Burlington, Vermont</description>
	<lastBuildDate>Wed, 16 May 2012 14:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: KoolerAid</title>
		<link>http://seanbehan.com/programming/fixing-mysql-for-rails-2-2-development-on-mac-os-x/#comment-30</link>
		<dc:creator>KoolerAid</dc:creator>
		<pubDate>Tue, 04 May 2010 01:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://seanbehan.com/?p=421#comment-30</guid>
		<description>Here ya go...

(1) Uninstalled your ruby gem
gem uninstall mysql

(2) Installed the proper mysql gems using the following command:
export ARCHFLAGS=&quot;-arch i386 -arch x86_64&quot; ; gem install --no-rdoc --no-ri mysql -- --with-mysql-dir=/opt/local/lib/mysql5 --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config

(3) Run rake db:create and proceed :)

cheers,
KoolerAid</description>
		<content:encoded><![CDATA[<p>Here ya go&#8230;</p>
<p>(1) Uninstalled your ruby gem<br />
gem uninstall mysql</p>
<p>(2) Installed the proper mysql gems using the following command:<br />
export ARCHFLAGS=&#8221;-arch i386 -arch x86_64&#8243; ; gem install &#8211;no-rdoc &#8211;no-ri mysql &#8212; &#8211;with-mysql-dir=/opt/local/lib/mysql5 &#8211;with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config</p>
<p>(3) Run rake db:create and proceed :)</p>
<p>cheers,<br />
KoolerAid</p>
]]></content:encoded>
	</item>
</channel>
</rss>

