Skip to content

Instantly share code, notes, and snippets.

@bakertim
Created April 15, 2014 17:23
Show Gist options
  • Save bakertim/10749775 to your computer and use it in GitHub Desktop.
Save bakertim/10749775 to your computer and use it in GitHub Desktop.
SQL - turn off set foreign key check
SET foreign_key_checks = 0;
-- SQL commands here
SET foreign_key_checks = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment