FiveFeet
Search ...
Search
Home
Gardening
Other
Projects
Arduino
ESP
Hacks
LED's
MySQL
Raspberry Pi
Programming
Projects
Unix
Trains
Hobbies
Contact
Restore mysql database uncompressing on the fly.
Restore mysql database uncompressing on the fly.
$ mysql -uroot -p'passwd' database < <(zcat database.sql.gz)
Prev
Next