Skip to content

Instantly share code, notes, and snippets.

@wagura-maurice
Created November 22, 2019 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wagura-maurice/5060966536831c3815f769ac6f92f61b to your computer and use it in GitHub Desktop.
Save wagura-maurice/5060966536831c3815f769ac6f92f61b to your computer and use it in GitHub Desktop.
mysql_config_editor set --login-path=local --host=localhost --user=root --password
mysqldump --login-path=local --no-data --skip-triggers microfinance > microfinance.sql
mysqldump --login-path=local --no-create-db --no-create-info --skip-triggers microfinance >> microfinance.sql
mysqldump --login-path=local --no-create-db --no-create-info --no-data --routines --triggers --skip-opt microfinance >> microfinance.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment