Created
July 30, 2020 12:54
-
-
Save marvinjude/8eb6bea9752a81880e840730670bf2fa to your computer and use it in GitHub Desktop.
command to backup mysql db
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
| /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