Skip to content

Instantly share code, notes, and snippets.

@zspine
Created November 1, 2014 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zspine/8116c474ab8e4a19c3b0 to your computer and use it in GitHub Desktop.
Save zspine/8116c474ab8e4a19c3b0 to your computer and use it in GitHub Desktop.
MySQL command line import gzip file
zcat DATABASE_BACKUP.sql.gz | mysql -u DB_USERNAME -p DB_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment