Last active
April 17, 2016 23:08
-
-
Save handrus/a1355fafeb5d5a44cb74 to your computer and use it in GitHub Desktop.
Restore mysql db from .gz file with progress bar
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
pv mydump.sql.gz | gunzip | mysql -u User -p database_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment