<?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&#8217;s ERROR 1025 explained</title>
	<atom:link href="http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Sat, 20 Mar 2010 03:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: C2 Web Design</title>
		<link>http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/#comment-17700</link>
		<dc:creator>C2 Web Design</dc:creator>
		<pubDate>Thu, 28 Jan 2010 12:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=166#comment-17700</guid>
		<description>MySql errors can often be a source of frustation so It is good that you have documented resolutions for some of them.</description>
		<content:encoded><![CDATA[<p>MySql errors can often be a source of frustation so It is good that you have documented resolutions for some of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tison</title>
		<link>http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/#comment-17235</link>
		<dc:creator>tison</dc:creator>
		<pubDate>Fri, 06 Nov 2009 01:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=166#comment-17235</guid>
		<description>I was unable to delete the foreign key myself.  I believe this issue was due to the fact that I forward engineered (created) the database using mysql work bench.  

I simply re-created the tables (by copying the old ones), and i was then able to delete foreign keys without any problems.</description>
		<content:encoded><![CDATA[<p>I was unable to delete the foreign key myself.  I believe this issue was due to the fact that I forward engineered (created) the database using mysql work bench.  </p>
<p>I simply re-created the tables (by copying the old ones), and i was then able to delete foreign keys without any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/#comment-16613</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Mon, 29 Jun 2009 09:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=166#comment-16613</guid>
		<description>I got a similar error message trying to drop a unique key on 3 columns, 2 of which had relationships to other tables. In phpmyadmin I modified the unique key into an index and chose &quot;ignore&quot; for 2 of the columns (I could do that because it was meaningful to have an index on the remaining key). The update ran without any error. But I agree MySQL error message sucks!</description>
		<content:encoded><![CDATA[<p>I got a similar error message trying to drop a unique key on 3 columns, 2 of which had relationships to other tables. In phpmyadmin I modified the unique key into an index and chose &#8220;ignore&#8221; for 2 of the columns (I could do that because it was meaningful to have an index on the remaining key). The update ran without any error. But I agree MySQL error message sucks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/#comment-16499</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 03 Jun 2009 16:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=166#comment-16499</guid>
		<description>Thanks a lot, I had a similar problem, Trenton&#039;s specific solution solved my problem!</description>
		<content:encoded><![CDATA[<p>Thanks a lot, I had a similar problem, Trenton&#8217;s specific solution solved my problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitesh</title>
		<link>http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/#comment-15694</link>
		<dc:creator>Nitesh</dc:creator>
		<pubDate>Mon, 19 Jan 2009 07:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=166#comment-15694</guid>
		<description>Way pointed by Trenton is the correct approach for dropping a foreign key constraint.

First you need to drop the foreign key constraint using its internal name and then using the visible name - yes that is quite confusing and I wonder why MySQL never worked on it to make it simple.

For more details, one can visit the link pointed by Trenton  in same comment (http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/#comment-13404).

Th for such detailed discussion.</description>
		<content:encoded><![CDATA[<p>Way pointed by Trenton is the correct approach for dropping a foreign key constraint.</p>
<p>First you need to drop the foreign key constraint using its internal name and then using the visible name &#8211; yes that is quite confusing and I wonder why MySQL never worked on it to make it simple.</p>
<p>For more details, one can visit the link pointed by Trenton  in same comment (<a href="http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/#comment-13404" rel="nofollow">http://www.xaprb.com/blog/2006/08/22/mysqls-error-1025-explained/#comment-13404</a>).</p>
<p>Th for such detailed discussion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
