Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JosielFaleiros/230ac9b715725d5c9ac0bb13ef759c6c to your computer and use it in GitHub Desktop.
Save JosielFaleiros/230ac9b715725d5c9ac0bb13ef759c6c to your computer and use it in GitHub Desktop.
~/.my.cnf
[mysqldump]
user=mysqluser
password=secret
mysqldump -u dbname mysqluser > ~/"dbname_$(date +"%Y_%m_%d_%I_%M_%p").sql"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment