Sometimes it’s handy to restore a backup without first having to gunzip it.
gunzip < dump.sql.gz | mysql -u username --password=password databasename
Sometimes it’s handy to restore a backup without first having to gunzip it.
gunzip < dump.sql.gz | mysql -u username --password=password databasename