Skip to content

Instantly share code, notes, and snippets.

@eduardopintor
Created July 16, 2016 18:11
Show Gist options
  • Save eduardopintor/82386bd01c8313dce55caec5195a3861 to your computer and use it in GitHub Desktop.
Save eduardopintor/82386bd01c8313dce55caec5195a3861 to your computer and use it in GitHub Desktop.
SET FOREIGN_KEY_CHECKS = 0;
TRUNCATE table1;
SET FOREIGN_KEY_CHECKS = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment