Created
July 7, 2015 08:50
-
-
Save peter-mcconnell/26dc1f8024489d03708d to your computer and use it in GitHub Desktop.
Mysql Clone DB
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] -p[password] db1 | mysql -h [server] -u [user] -p[password] db2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment