Skip to content

Instantly share code, notes, and snippets.

@abeger
Created April 13, 2012 17:02
Show Gist options
  • Save abeger/2378370 to your computer and use it in GitHub Desktop.
Save abeger/2378370 to your computer and use it in GitHub Desktop.
Turn foreign keys off before importing a MySQL database
SET FOREIGN_KEY_CHECKS=0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment