<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ruby on rails blog &#187; database</title>
	<atom:link href="http://jonathanng.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanng.com</link>
	<description>class AllYourCode &#60; Us</description>
	<lastBuildDate>Sat, 31 Oct 2009 02:53:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Multiple database connections with Rails</title>
		<link>http://jonathanng.com/ruby-on-rails/multiple-database-connections-with-rails/</link>
		<comments>http://jonathanng.com/ruby-on-rails/multiple-database-connections-with-rails/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 20:22:47 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[legacy databases]]></category>
		<category><![CDATA[multiple databases]]></category>

		<guid isPermaLink="false">http://jonathanng.com/?p=283</guid>
		<description><![CDATA[Recently a client requsted that I add a new admnistration panel to an existing Rails application. I thought to myself, &#8220;That sounds simple enough?&#8221;; welll, things are never as simple. In addition to this control panel, they wanted to use an existing MySQL database and its contents which, of course, did not follow the Rails [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/multiple-database-connections-with-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Import a MySQL dumpfile into your database</title>
		<link>http://jonathanng.com/technology/import-a-mysql-dumpfile-into-your-database/</link>
		<comments>http://jonathanng.com/technology/import-a-mysql-dumpfile-into-your-database/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 21:30:42 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/technology/import-a-mysql-dumpfile-into-your-database/</guid>
		<description><![CDATA[After you have used MySQL to dump your database, FTP that dump file to an accessible directory on your server. Once you have uploaded the dump file to your account here, make your way back to command line and get ready to import the file! Now to import the dump file into MySQL, use the [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/technology/import-a-mysql-dumpfile-into-your-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
