Last active
December 8, 2022 05:39
-
-
Save valiantboymaksud/2e2b058d4da34a657cfc322cd533147c to your computer and use it in GitHub Desktop.
mysql dump gzip file
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
unzip the sql file then upload directory to the database using pipeline command | |
gunzip -c /filepath.gz | mysql -u username -p database_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment