Database Import with Progress Graph

To see a status bar graph while importing a large database install the package pv and then use it like so:

pv db-dump.sql | mysql dbname

The pv tool feeds the data to Mariadb/MySQL/etc. and shows a bar graph as the file is ingested.