<?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>Dave's Occasional Brainfart &#187; MySQL</title>
	<atom:link href="http://blog.kayosdesign.com/category/web-development/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kayosdesign.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:26:27 +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>MySQL ErrorNo 121</title>
		<link>http://blog.kayosdesign.com/2009/12/29/mysql-errorno-121/</link>
		<comments>http://blog.kayosdesign.com/2009/12/29/mysql-errorno-121/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 11:39:05 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.kayosdesign.com/?p=105</guid>
		<description><![CDATA[MySQL has a helpful error &#8220;Can&#8217;t create table (errno: 121)&#8221; which doesn&#8217;t seem to be documented anywhere except in forums. Turns out this error is caused by InnoDB tables throwing an error when it detects duplicate foreign key names. Basically, every foreign key has to have a unique name for InnoDB to function correctly.]]></description>
			<content:encoded><![CDATA[<p><a href="/category/web-development/mysql/" title="View all posts filed under MySQL">MySQL</a> has a helpful error &#8220;Can&#8217;t create table (errno: 121)&#8221; which doesn&#8217;t seem to be documented anywhere except in forums.</p>
<p>Turns out this error is caused by InnoDB tables throwing an error when it detects duplicate foreign key names.</p>
<p>Basically, every foreign key has to have a unique name for InnoDB to function correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kayosdesign.com/2009/12/29/mysql-errorno-121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

