Skip to content

Instantly share code, notes, and snippets.

@nateluzod
Created June 23, 2015 08:13
Show Gist options
  • Save nateluzod/d2ce99fe2beb315ec657 to your computer and use it in GitHub Desktop.
Save nateluzod/d2ce99fe2beb315ec657 to your computer and use it in GitHub Desktop.
Import DB with progress bar
pv mydump.sql.gz | gunzip | mysql -u root -p dbname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment