<?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: Ruby/Rails tricks and tips with ActiveRecord</title>
	<atom:link href="http://www.savedmyday.com/2006/08/18/rubyrails-tricks-and-tips-with-activerecord/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.savedmyday.com/2006/08/18/rubyrails-tricks-and-tips-with-activerecord/</link>
	<description></description>
	<pubDate>Fri, 30 Jul 2010 03:30:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Rajesh Shetty</title>
		<link>http://www.savedmyday.com/2006/08/18/rubyrails-tricks-and-tips-with-activerecord/#comment-377</link>
		<dc:creator>Rajesh Shetty</dc:creator>
		<pubDate>Fri, 06 Oct 2006 04:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.savedmyday.com/?p=66#comment-377</guid>
		<description>Aparently You do not need to tell MySQL that you need a rights, because MySQL does not care as long as you provide root username/password or whichever id you have to access the MySQL and your custom databases.&lt;br /&gt;&lt;br /&gt;I'm doing the similar thing in my OpenAppDotOrg Toolkit's installer module.&lt;br /&gt;  So you need to login as root and then create database like&lt;br /&gt;&lt;br /&gt;ActiveRecord::Base.connection.create_database(dbname) &lt;br /&gt;&lt;br /&gt;You can download the version either from sourceforge (http://sourceforge.net/projects/openappdotorg)or check out the project from Google code (code.google.com/p/openappdotorg)</description>
		<content:encoded><![CDATA[<p>Aparently You do not need to tell MySQL that you need a rights, because MySQL does not care as long as you provide root username/password or whichever id you have to access the MySQL and your custom databases.</p>
<p>I&#8217;m doing the similar thing in my OpenAppDotOrg Toolkit&#8217;s installer module.<br />  So you need to login as root and then create database like</p>
<p>ActiveRecord::Base.connection.create_database(dbname) </p>
<p>You can download the version either from sourceforge (http://sourceforge.net/projects/openappdotorg)or check out the project from Google code (code.google.com/p/openappdotorg)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.savedmyday.com/2006/08/18/rubyrails-tricks-and-tips-with-activerecord/#comment-376</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 21 Sep 2006 02:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.savedmyday.com/?p=66#comment-376</guid>
		<description>I've been working on something similar and was going down the same path as you, however, I ran into problems calling the create_database method. I kept getting an error about the database not existing (which is true).  I figured I was missing an authentication step, but am not having luck finding out how to do that. How do you tell mysql that you have the rights to create a database?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working on something similar and was going down the same path as you, however, I ran into problems calling the create_database method. I kept getting an error about the database not existing (which is true).  I figured I was missing an authentication step, but am not having luck finding out how to do that. How do you tell mysql that you have the rights to create a database?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
