<?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>Rojak Coder &#187; Mysql</title>
	<atom:link href="http://www.rojakcoder.com/wordpress/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojakcoder.com/wordpress</link>
	<description>Of Linux, Programming, and Singaporean Ramblings</description>
	<lastBuildDate>Tue, 15 Jun 2010 13:41:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Error 1005</title>
		<link>http://www.rojakcoder.com/wordpress/2008/12/17/mysql-error-1005/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/12/17/mysql-error-1005/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 08:48:42 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=62</guid>
		<description><![CDATA[From personal experience, the error ERROR 1005 (HY000) is the result of having foreign key constraints of the same symbol name. It appears that the foreign key constraint cannot have the same symbol in the database &#8211; in other words, it must be unique throughout the database, not just the table.
]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/12/17/mysql-error-1005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Error 1452</title>
		<link>http://www.rojakcoder.com/wordpress/2008/12/17/mysql-error-1452/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/12/17/mysql-error-1452/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 08:42:01 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=57</guid>
		<description><![CDATA[This is to help developers who encounter the error ERROR 1452 (23000) in MySQL resolve it.
There can be a few causes to this error. One of the reasons is the newline characters that terminate each line. There are differences between the Windows platform and the Linux-based platforms when terminating each line. Refer to this forum [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/12/17/mysql-error-1452/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
