Skip to content

Instantly share code, notes, and snippets.

@shalaby
Created June 25, 2014 14:12
Show Gist options
  • Save shalaby/46b2d1127ed17bc6ad12 to your computer and use it in GitHub Desktop.
Save shalaby/46b2d1127ed17bc6ad12 to your computer and use it in GitHub Desktop.
Disable Foreign Key Checks.
SET foreign_key_checks = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment