Skip to content

Instantly share code, notes, and snippets.

@valiantboymaksud
Last active December 8, 2022 05:39
Show Gist options
  • Save valiantboymaksud/2e2b058d4da34a657cfc322cd533147c to your computer and use it in GitHub Desktop.
Save valiantboymaksud/2e2b058d4da34a657cfc322cd533147c to your computer and use it in GitHub Desktop.
mysql dump gzip file
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