gunzip -c database_dump.sql.gz | mysql -u username -h host -ppassword database
Bash Unzip large database dump d...
by bedlam.myopenid.com,
February 11, 2009 00:43,
4 refactorings, tagged with mysql dump restore gunzip
gunzip -c database_dump.sql.gz | mysql -u username -h host -ppassword database
Just wondering if this is t...