<?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: How to Remove Foreign Keys in MySQL</title>
	<atom:link href="http://www.justin-cook.com/wp/2006/05/09/how-to-remove-foreign-keys-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justin-cook.com/wp/2006/05/09/how-to-remove-foreign-keys-in-mysql/</link>
	<description>A web, games, technology, programming and SEO blog by Justin Cook</description>
	<lastBuildDate>Wed, 04 Jan 2012 07:53:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gary</title>
		<link>http://www.justin-cook.com/wp/2006/05/09/how-to-remove-foreign-keys-in-mysql/comment-page-1/#comment-156512</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.justin-cook.com/wp/2006/05/09/how-to-remove-foreign-keys-in-mysql/#comment-156512</guid>
		<description>Close...  Try - 
select concat(&#039;alter table &#039;,table_schema,&#039;.&#039;,table_name,&#039; DROP FOREIGN KEY &#039;,constraint_name,&#039;;&#039;) from information_schema.table_constraints
where constraint_type=&#039;FOREIGN KEY&#039;;</description>
		<content:encoded><![CDATA[<p>Close&#8230;  Try &#8211;<br />
select concat(&#039;alter table &#039;,table_schema,&#039;.',table_name,&#039; DROP FOREIGN KEY &#039;,constraint_name,&#039;;') from information_schema.table_constraints<br />
where constraint_type=&#039;FOREIGN KEY&#039;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.justin-cook.com/wp/2006/05/09/how-to-remove-foreign-keys-in-mysql/comment-page-1/#comment-154527</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 06 Feb 2009 06:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.justin-cook.com/wp/2006/05/09/how-to-remove-foreign-keys-in-mysql/#comment-154527</guid>
		<description>Generate your alters with this:

select concat(&#039;alter table &#039;,table_schema,&#039;.&#039;,table_name,&#039; DROP FOREIGN KEY &#039;,constraint_name,&#039;;&#039;) from information_schema.table_constraints;</description>
		<content:encoded><![CDATA[<p>Generate your alters with this:</p>
<p>select concat(&#039;alter table &#039;,table_schema,&#039;.',table_name,&#039; DROP FOREIGN KEY &#039;,constraint_name,&#039;;') from information_schema.table_constraints;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
