Skip to content

Instantly share code, notes, and snippets.

@ABHISHEK-KEDAR-21
Forked from infusion/import-tar-gz.sh
Created June 11, 2020 09:29
Show Gist options
  • Save ABHISHEK-KEDAR-21/2dd45f563c86203b758af366a8cbf984 to your computer and use it in GitHub Desktop.
Save ABHISHEK-KEDAR-21/2dd45f563c86203b758af366a8cbf984 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