-
-
Save huobazi/973851 to your computer and use it in GitHub Desktop.
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
# mysql 完整备份数据库 | |
# -uroot(root是用户名 -u与root之间没空格) -p123123 (123123是密码 -p与123123之间没空格) | |
mysqldump -uroot -p123123 --databases pasite > $BACKUP_PATH/pasite.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment