Monitor huge mysql imports
I tweeted today about, how to get a progress bar for commands on the bash, in my case: mysql imports of huge files:
pv magento.sql | mysql -uroot -p database
I tweeted today about, how to get a progress bar for commands on the bash, in my case: mysql imports of huge files:
pv magento.sql | mysql -uroot -p database