Skip to content

Instantly share code, notes, and snippets.

@marvinjude
Created July 30, 2020 12:54
Show Gist options
  • Select an option

  • Save marvinjude/8eb6bea9752a81880e840730670bf2fa to your computer and use it in GitHub Desktop.

Select an option

Save marvinjude/8eb6bea9752a81880e840730670bf2fa to your computer and use it in GitHub Desktop.
command to backup mysql db
/usr/bin/mysqldump -u dbusername -p'dbpassword' dbname > ${HOME}/path/backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment