<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in MySQL dump import -&gt; Error 1217</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/mysql_dump_import_error_1217_mysql_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 14 Jun 2005 20:00:17 -0000</lastBuildDate><item><title>Re: MySQL dump import -&gt; Error 1217</title><link>http://www.tech-recipes.com/rx/797/mysql-dump-import-error-1217/#comment-2768867</link><description>&lt;p&gt;i had a table that did not want ot be deleted.&lt;br&gt;i used this to make it delete, my syntax was (just pailn sql)&lt;/p&gt;&lt;p&gt;SET FOREIGN_KEY_CHECKS=0;&lt;br&gt;DROP TABLE draairegel;&lt;br&gt;SET FOREIGN_KEY_CHECKS=1;&lt;/p&gt;&lt;p&gt;and it was gone,&lt;/p&gt;&lt;p&gt;thanx for the tip!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 14 Jun 2005 20:00:17 -0000</pubDate></item></channel></rss>