Skip to content

Instantly share code, notes, and snippets.

@gvsrepins
Created June 5, 2013 12:47
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 gvsrepins/5713610 to your computer and use it in GitHub Desktop.
Save gvsrepins/5713610 to your computer and use it in GitHub Desktop.
Import a dabase from the comand line with a sql.gz file.
zcat /path/to/file.sql.gz | mysql -u 'root' -p your_database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment