Skip to content

Instantly share code, notes, and snippets.

@mister-good-deal
Created June 12, 2015 12:35
Show Gist options
  • Save mister-good-deal/b54a43002acc8cac8fd1 to your computer and use it in GitHub Desktop.
Save mister-good-deal/b54a43002acc8cac8fd1 to your computer and use it in GitHub Desktop.
Disable foreign key MySQL ennoying constraints
SET FOREIGN_KEY_CHECKS = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment