Skip to content

Instantly share code, notes, and snippets.

@naneri
Last active January 27, 2016 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naneri/4b214f52c720522e8ab4 to your computer and use it in GitHub Desktop.
Save naneri/4b214f52c720522e8ab4 to your computer and use it in GitHub Desktop.
Disable foreign key checks
SET GLOBAL FOREIGN_KEY_CHECKS=0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment