Skip to content

Instantly share code, notes, and snippets.

@timani
Created December 15, 2011 23:41
Show Gist options
  • Save timani/1483518 to your computer and use it in GitHub Desktop.
Save timani/1483518 to your computer and use it in GitHub Desktop.
Import or restore a compressed .gz mysql DB
gunzip < db_name.gz | mysql -u root -p db_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment