Created
June 3, 2017 05:17
-
-
Save tairov/67a0fdfc46ae4b860d62e6fd0154461d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Disable foreign keys checking by call this query : "set foreign_key_checks=0;" | |
| Enable back foreign key checking with : "set foreign_key_checks=1;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment