Quickly import DB on server Wed, 05/06/2015 If you want to quickly import DB on your linux do this combo command, before just create that Database you want to have. gunzip < data.mysql.gz | mysql -u root -p db_name Drupal 7 Devops View the discussion thread.