Skip to content

Instantly share code, notes, and snippets.

@lezi
Created August 19, 2012 09:11
Show Gist options
  • Select an option

  • Save lezi/3393893 to your computer and use it in GitHub Desktop.

Select an option

Save lezi/3393893 to your computer and use it in GitHub Desktop.
mysql> SET foreign_key_checks = 0;
mysql> drop table tabela;
mysql> SET foreign_key_checks = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment