<?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"
	>
<channel>
	<title>Comments on: Setting up Ruby on Rails Database Connection using MySQL on Ubuntu Feisty Fawn</title>
	<atom:link href="http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/feed/" rel="self" type="application/rss+xml" />
	<link>http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/</link>
	<description>Ruby and Ruby on Rails Development</description>
	<pubDate>Fri, 09 Jan 2009 23:36:32 +0000</pubDate>
	
		<item>
		<title>By: rails symphonies &#187; Connecting To MySQL using Ruby</title>
		<link>http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-1694</link>
		<dc:creator>rails symphonies &#187; Connecting To MySQL using Ruby</dc:creator>
		<pubDate>Sat, 15 Nov 2008 04:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-1694</guid>
		<description>[...] first you need MySQL installed. I have written a guide on how to get it installed, and some of the default security issues. Its on a page about using MySQL with Rails, but the installation is pretty much [...]</description>
		<content:encoded><![CDATA[<p>[...] first you need MySQL installed. I have written a guide on how to get it installed, and some of the default security issues. Its on a page about using MySQL with Rails, but the installation is pretty much [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Testing</title>
		<link>http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-669</link>
		<dc:creator>Testing</dc:creator>
		<pubDate>Fri, 29 Feb 2008 03:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-669</guid>
		<description>Test Commmmmmmmmmmmmmmmmmmmmmmad</description>
		<content:encoded><![CDATA[<p>Test Commmmmmmmmmmmmmmmmmmmmmmad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter retief</title>
		<link>http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-268</link>
		<dc:creator>peter retief</dc:creator>
		<pubDate>Sat, 29 Sep 2007 06:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-268</guid>
		<description>Before you can login to the mysql client (mysql -u root -p) you have to install the mysql client - like so (for mysql 5)

sudo apt-get install mysql-client-5.0</description>
		<content:encoded><![CDATA[<p>Before you can login to the mysql client (mysql -u root -p) you have to install the mysql client - like so (for mysql 5)</p>
<p>sudo apt-get install mysql-client-5.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-179</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Thu, 09 Aug 2007 23:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-179</guid>
		<description>Thanks for the clear instructions.  I have RoR running fine with WEBrick on port 3000 using mysql.  And I have Apache2 set up to run RoR, at least I get the default application description screen.  But when I go to my "Rolling with Ruby on Rails" tutorial app's controller page http://localhost/recipe I get a "Something went wrong" message.  Again doing this with WEBrick works fine so I thought mysql was configured properly.  BTW: I also configured for external access to mysql as you described above.  Since I get the message only when trying to access mysql I suspect I have something screwed up with regard to the Apache+Rails+mysql combination.  Any hints would be much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the clear instructions.  I have RoR running fine with WEBrick on port 3000 using mysql.  And I have Apache2 set up to run RoR, at least I get the default application description screen.  But when I go to my &#8220;Rolling with Ruby on Rails&#8221; tutorial app&#8217;s controller page <a href="http://localhost/recipe" rel="nofollow">http://localhost/recipe</a> I get a &#8220;Something went wrong&#8221; message.  Again doing this with WEBrick works fine so I thought mysql was configured properly.  BTW: I also configured for external access to mysql as you described above.  Since I get the message only when trying to access mysql I suspect I have something screwed up with regard to the Apache+Rails+mysql combination.  Any hints would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aizatto</title>
		<link>http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-24</link>
		<dc:creator>aizatto</dc:creator>
		<pubDate>Fri, 18 May 2007 01:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-24</guid>
		<description>Do you specifically want to connect it with Ruby (sans Rails) alone?  Give me some time and I can write up a quick tutorial! :)</description>
		<content:encoded><![CDATA[<p>Do you specifically want to connect it with Ruby (sans Rails) alone?  Give me some time and I can write up a quick tutorial! <img src='http://rails.aizatto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faustino</title>
		<link>http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-23</link>
		<dc:creator>Faustino</dc:creator>
		<pubDate>Thu, 17 May 2007 20:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/15/setting-up-ruby-on-rails-database-connection-using-mysql-on-ubuntu-feisty-fawn/#comment-23</guid>
		<description>And how I can connect mysql with ruby ????</description>
		<content:encoded><![CDATA[<p>And how I can connect mysql with ruby ????</p>
]]></content:encoded>
	</item>
</channel>
</rss>
