Import a MySQL dump with progress bar into a MySQL server

Import a mysqldump file into a MySQL server with a progress bar indicating time remaining

Authored by: Rob
Brought to you by Warp, a free terminal reimagined to work like a modern app.
username
database_name
mysql_dump_path

Command
Copy
pv mysql_dump_path | mysql -u username -p database_name
Tags