Created
April 19, 2016 16:45
-
-
Save visabhishek/5a5cb1882048a937fbc771d5433c6686 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
//mysql export | |
mysqldump --opt --max_allowed_packet=512M -u root -p np_bo > np_bo_dumpxx.sql | |
//mysql import | |
mysql --max_allowed_packet=512M -u username -p db < sqlfile.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment