Skip to content

Instantly share code, notes, and snippets.

@borantula
Created November 27, 2017 10:47
Show Gist options
  • Save borantula/c141acca66d618605d77d6f94065e638 to your computer and use it in GitHub Desktop.
Save borantula/c141acca66d618605d77d6f94065e638 to your computer and use it in GitHub Desktop.
Import gzip from console
#I keep forgetting this!
zcat myfile.sql.gz | mysql -u root -ppassword mydbname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment