-
-
Save hojaonline/e36530bcab973633e308f78a9989fe0a to your computer and use it in GitHub Desktop.
Import a tar.gz file to MySQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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