Created
March 10, 2023 11:28
-
-
Save joekolade/e3f4a4d29bd4be2db216094f4b2c33de to your computer and use it in GitHub Desktop.
[Backup mysql via mysqldump]
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
| mysqldump -u ###user### -p###password### ###dbname### > ###dbname###_@date.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment