Skip to content

Instantly share code, notes, and snippets.

@tinker1987
Created April 6, 2017 09:54
Show Gist options
  • Save tinker1987/c73e8e6216c257a9dc4aa3feb3340cae to your computer and use it in GitHub Desktop.
Save tinker1987/c73e8e6216c257a9dc4aa3feb3340cae to your computer and use it in GitHub Desktop.

Revisions

  1. tinker1987 created this gist Apr 6, 2017.
    1 change: 1 addition & 0 deletions mysql_import_progress
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    `pv -i 1 -p -t -e /path/to/sql/dump | mysql -u USERNAME -p DATABASE_NAME`