Skip to content

Instantly share code, notes, and snippets.

@madeingnecca
Created September 29, 2017 07:43
Show Gist options
  • Save madeingnecca/65b0e8de3b445f4bd21c3015a1b7b632 to your computer and use it in GitHub Desktop.
Save madeingnecca/65b0e8de3b445f4bd21c3015a1b7b632 to your computer and use it in GitHub Desktop.
[MYSQL] faster import - PRE
SET autocommit=0;
SET unique_checks=0;
SET foreign_key_checks=0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment