Skip to content

Instantly share code, notes, and snippets.

@hojaonline
Forked from infusion/import-tar-gz.sh
Created May 11, 2018 22:19
Show Gist options
  • Select an option

  • Save hojaonline/e36530bcab973633e308f78a9989fe0a to your computer and use it in GitHub Desktop.

Select an option

Save hojaonline/e36530bcab973633e308f78a9989fe0a to your computer and use it in GitHub Desktop.
Import a tar.gz file to MySQL
tar xzOf dump.sql.tar.gz | mysql -u $user -p $database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment