Created
March 4, 2013 07:06
-
-
Save mihkels/5080555 to your computer and use it in GitHub Desktop.
Load multiple dump files into database
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
zcat dump_one.sql.gz | mysql --user=root --password=root db1 && zcat dump_2.sql.gz | mysql --user=root --password=root db2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment