Created
November 15, 2017 19:05
-
-
Save loicbisiere/9e7a82623244fb6c3f7b99ebde62a238 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
mysqldump -h server -u user -ppassword -rdump.sql base |
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 -h server -u user -ppassword base < dump.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment