General mysql import dump tar.gz file November 2, 2018 Pramod T P Leave a comment Run the following command gunzip < [backupfile.sql.gz] | mysql -u[username] -p[password] [database]