Bases de datos, Bash Shell zcat database.sql.gz | mysql -u root -p passwd database 1 zcat database.sql.gz | mysql -u root -p passwd database Zcat decompresses the data of all the input files, and writes the result on the standard output.