<?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>Barbary Codes and Data &#187; mysqlBarbary Codes and Data</title>
	<atom:link href="http://www.barbarycodes.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barbarycodes.com</link>
	<description>Web and Mobile Development for Lean Startups</description>
	<lastBuildDate>Tue, 03 Apr 2012 17:51:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why I Switched From MySQL To Postgresql</title>
		<link>http://www.barbarycodes.com/2010/03/18/why-i-switched-from-mysql-to-postgresql/</link>
		<comments>http://www.barbarycodes.com/2010/03/18/why-i-switched-from-mysql-to-postgresql/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 02:43:01 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/?p=114</guid>
		<description><![CDATA[I&#8217;m working on a project which has a very &#8220;wide&#8221; database schema &#8212; not many rows, but lots and lots of (text) columns.  Since I use InnoDB exclusively on MySQL (due to its lack of constraints and transactions, MyISAM is not suitable for production use), I ran into the mysterious &#8220;error 139&#8243; when adding rows&#8230; <a href="http://www.barbarycodes.com/2010/03/18/why-i-switched-from-mysql-to-postgresql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2010/03/18/why-i-switched-from-mysql-to-postgresql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Manage Mysql Foreign Keys Under JRuby</title>
		<link>http://www.barbarycodes.com/2009/12/15/manage-mysql-foreign-keys-under-jruby/</link>
		<comments>http://www.barbarycodes.com/2009/12/15/manage-mysql-foreign-keys-under-jruby/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 18:00:04 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/?p=90</guid>
		<description><![CDATA[I just added support to the Foreigner gem for the jdbcmysql adapter, so it will work when running under JRuby: http://github.com/barbarycodes/foreigner/]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2009/12/15/manage-mysql-foreign-keys-under-jruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Rails Session Expiration with MySQL</title>
		<link>http://www.barbarycodes.com/2007/10/27/automated-rails-session-expiration-with-mysql/</link>
		<comments>http://www.barbarycodes.com/2007/10/27/automated-rails-session-expiration-with-mysql/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 01:56:35 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/2007/10/27/automated-rails-session-expiration-with-mysql/</guid>
		<description><![CDATA[When storing Rails session data in MySQL, here&#8217;s how to automatically expire sessions greater than one day old: 1. Grant MySQL permissions to a dedicated user account: mysql -u root -e 'grant select,delete on &#60;database&#62;.sessions to session@localhost' 2. Run a script from cron to delete old sessions: mysql -u session -e 'delete from &#60;database&#62;.sessions where&#8230; <a href="http://www.barbarycodes.com/2007/10/27/automated-rails-session-expiration-with-mysql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2007/10/27/automated-rails-session-expiration-with-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

