<?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; mysql</title>
	<atom:link href="http://jonathanng.com/tag/mysql/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>MySQL gem on OSX Leopard 10.5.x</title>
		<link>http://jonathanng.com/ruby-on-rails/mysql-gem-on-osx-leopard-105x/</link>
		<comments>http://jonathanng.com/ruby-on-rails/mysql-gem-on-osx-leopard-105x/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:57:16 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/?p=218</guid>
		<description><![CDATA[sudo install_name_tool -change /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib /usr/local/mysql/lib/libmysqlclient.15.dylib /Library/Ruby/Gems/1.8/gems/mysql-2.7/lib/mysql.bundle I started to play with Rails 2.3 and ran into a little issue trying to access my database. I guess I shouldn&#8217;t have been ignoring all those depreciation warnings&#8230;oops. Naturally, the first thing I did was run &#8220;sudo gem install mysql&#8221; which threw the following error: ng$ sudo gem [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/mysql-gem-on-osx-leopard-105x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>adapter: mysql (ArgumentError)</title>
		<link>http://jonathanng.com/ruby-on-rails/adapter-mysql-argumenterror/</link>
		<comments>http://jonathanng.com/ruby-on-rails/adapter-mysql-argumenterror/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 05:28:29 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/?p=214</guid>
		<description><![CDATA[I was up late working on a project and I kept running into this error after I tried to deploy to my staging server. It turns out you can&#8217;t use tabs in a YAML file. Oops..after I removed the tabs and used spaces my app started successfully. &#160; /usr/lib64/ruby/1.8/yaml.rb:133:in `load': syntax error on line 18, [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/adapter-mysql-argumenterror/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>214-748-3647</title>
		<link>http://jonathanng.com/ruby-on-rails/214-748-3647/</link>
		<comments>http://jonathanng.com/ruby-on-rails/214-748-3647/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 23:40:47 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/214-748-3647/</guid>
		<description><![CDATA[The number is 214-748-3647, and as fate has it&#8230;somebody from Texas is very unlucky. One of the sites I have been working on saves the phone numbers of condominiums to the database. Take a slight oversight on my part, mix in a improperly declared column type, and poof&#8230;you have phone numbers storing incorrectly. What did [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/214-748-3647/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
