<?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>cristian radulescu &#187; MySQL</title>
	<atom:link href="http://cristian-radulescu.ro/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://cristian-radulescu.ro</link>
	<description>Linux user, PHP developer</description>
	<lastBuildDate>Thu, 22 Apr 2010 20:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Insert value &#8220;0&#8243; for primary keys with auto increment in MySQL</title>
		<link>http://cristian-radulescu.ro/article/insert-value-0-for-primary-keys-with-auto-increment-in-mysql.html</link>
		<comments>http://cristian-radulescu.ro/article/insert-value-0-for-primary-keys-with-auto-increment-in-mysql.html#comments</comments>
		<pubDate>Sun, 12 Jul 2009 20:11:37 +0000</pubDate>
		<dc:creator>cristian.radulescu</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[primary key]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://cristian-radulescu.ro/?p=134</guid>
		<description><![CDATA[In order to insert value 0 in a field that is set as primary key for a MySQL table you need to execute the following query prior to any insert query: SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";]]></description>
		<wfw:commentRss>http://cristian-radulescu.ro/article/insert-value-0-for-primary-keys-with-auto-increment-in-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable foreign key checks in MySQL</title>
		<link>http://cristian-radulescu.ro/article/disable-foreign-key-checks-in-mysql.html</link>
		<comments>http://cristian-radulescu.ro/article/disable-foreign-key-checks-in-mysql.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 20:47:44 +0000</pubDate>
		<dc:creator>cristian.radulescu</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[foreign key checks]]></category>

		<guid isPermaLink="false">http://cristian-radulescu.ro/?p=104</guid>
		<description><![CDATA[Disabling foreign key checks in MySQL is usefull when you are dealing with tables that use foreign keys (InnoDB engine).]]></description>
		<wfw:commentRss>http://cristian-radulescu.ro/article/disable-foreign-key-checks-in-mysql.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
