<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MySQL: how to ignore checking of foreign key constraints for InnoDB tables</title>
	<atom:link href="http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/</link>
	<description>Life and software engineering :: thoughts and steps</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:00:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Naveen</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-6797</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Wed, 21 Sep 2011 08:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-6797</guid>
		<description>Thanks Alex! This is what I wanted.</description>
		<content:encoded><![CDATA[<p>Thanks Alex! This is what I wanted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-6341</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 15 Aug 2011 13:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-6341</guid>
		<description>Viktor,

Yes, it is possible to do something like this:

SET FOREIGN_KEY_CHECKS = 0;
DELETE FROM `t`;
SET FOREIGN_KEY_CHECKS = 1;

Also depending on your application needs you may want to consider setting foreign_key_checks = 0 permanently in the MySQL configuration file.</description>
		<content:encoded><![CDATA[<p>Viktor,</p>
<p>Yes, it is possible to do something like this:</p>
<p>SET FOREIGN_KEY_CHECKS = 0;<br />
DELETE FROM `t`;<br />
SET FOREIGN_KEY_CHECKS = 1;</p>
<p>Also depending on your application needs you may want to consider setting foreign_key_checks = 0 permanently in the MySQL configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viktor</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-6310</link>
		<dc:creator>Viktor</dc:creator>
		<pubDate>Sat, 13 Aug 2011 14:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-6310</guid>
		<description>Can it also be used in case you want to delete records with check</description>
		<content:encoded><![CDATA[<p>Can it also be used in case you want to delete records with check</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jstall</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-4114</link>
		<dc:creator>Jstall</dc:creator>
		<pubDate>Wed, 30 Mar 2011 13:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-4114</guid>
		<description>Thanks much for this, don&#039;t know why I didn&#039;t look for a solution like this sooner.</description>
		<content:encoded><![CDATA[<p>Thanks much for this, don&#8217;t know why I didn&#8217;t look for a solution like this sooner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-1315</link>
		<dc:creator>Didier</dc:creator>
		<pubDate>Sun, 12 Dec 2010 15:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-1315</guid>
		<description>Thanks, this helped a lit (again).</description>
		<content:encoded><![CDATA[<p>Thanks, this helped a lit (again).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren L</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-522</link>
		<dc:creator>Darren L</dc:creator>
		<pubDate>Tue, 05 Oct 2010 23:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-522</guid>
		<description>Thanks this helped out.</description>
		<content:encoded><![CDATA[<p>Thanks this helped out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gx</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-38</link>
		<dc:creator>gx</dc:creator>
		<pubDate>Mon, 05 Jul 2010 18:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-38</guid>
		<description>thank you, nice post :)</description>
		<content:encoded><![CDATA[<p>thank you, nice post <img src='http://www.stetsenko.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abc</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-28</link>
		<dc:creator>Abc</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-28</guid>
		<description>Thank you my collegues were looking for this for 2 hours :D and now they say it is team work! peh</description>
		<content:encoded><![CDATA[<p>Thank you my collegues were looking for this for 2 hours <img src='http://www.stetsenko.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  and now they say it is team work! peh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao</title>
		<link>http://www.stetsenko.net/2008/10/mysql-how-to-ignore-checking-of-foreign-key-constraints-for-innodb-tables/comment-page-1/#comment-24</link>
		<dc:creator>Joao</dc:creator>
		<pubDate>Mon, 19 Oct 2009 17:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stetsenko.net/?p=26#comment-24</guid>
		<description>Thank you, I was just looking for this.</description>
		<content:encoded><![CDATA[<p>Thank you, I was just looking for this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

