Skip to content

Instantly share code, notes, and snippets.

@karschsp
Created July 2, 2015 12:32
Show Gist options
  • Save karschsp/6f3dff95934b8cabb3c5 to your computer and use it in GitHub Desktop.
Save karschsp/6f3dff95934b8cabb3c5 to your computer and use it in GitHub Desktop.
Monitor progress while importing MySQL DB
pv <mysql-dump-file>.sql | mysql -u root <dbname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment