Skip to content

Instantly share code, notes, and snippets.

@doyle
Last active February 8, 2018 01:28
Show Gist options
  • Save doyle/bf7ebbd1ce7576ca4728d494cf2deb8e to your computer and use it in GitHub Desktop.
Save doyle/bf7ebbd1ce7576ca4728d494cf2deb8e to your computer and use it in GitHub Desktop.
Example of how to import a tar file into a mysql database
gzcat foo.gz | mysql -u root database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment