Skip to content

Instantly share code, notes, and snippets.

@wernersmit
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save wernersmit/6bbd29a1b9f00d8da42d to your computer and use it in GitHub Desktop.

Select an option

Save wernersmit/6bbd29a1b9f00d8da42d to your computer and use it in GitHub Desktop.
Import mysql db from compressed archive and display progress
# Import mysql db from compressed archive and display progress
pv -f mysql-db.gz | zcat | mysql -u root -p db_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment