Created
November 20, 2012 10:55
-
-
Save decebal/4117271 to your computer and use it in GitHub Desktop.
Mysql Client
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
To backup: | |
mysqldump -u user -p DATABASE > backup.sql | |
To import: | |
mysql -u user -p DATABASE < backup.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment