Last Updated: February 25, 2016
·
1.427K
· josetonyp

Progressbar for Mysql import CLI

ON MAC Only

Install "pv"

brew install pv

Run PV to measure the progress

( pv -pter FILE_PATH | mysql -uUSER -pPASS -D DB_NAME ) 2>&1