Created
September 29, 2017 07:43
-
-
Save madeingnecca/65b0e8de3b445f4bd21c3015a1b7b632 to your computer and use it in GitHub Desktop.
[MYSQL] faster import - PRE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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