Created
January 27, 2014 15:26
-
-
Save seagoj/8650466 to your computer and use it in GitHub Desktop.
Duplicate Mysql DB
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
mysqldump -u root -p[password] [db_src] | mysql -u root -p[password] [db_dest] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicates db_src as db_dest