Restoring a gziped MySQL DB backup file

Short post… just for reference:

gunzip < [backupfile.sql.gz] | mysql -u [uname] -p[pass] [dbname]

  1. At last, someone comes up with the “right” awnser!

  1. No trackbacks yet.