Update MySQL_备份.md

This commit is contained in:
heibaiying 2019-08-20 13:37:43 +08:00 committed by GitHub
parent 904ed4d1ca
commit 71d8ec5b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,11 @@ mysqldump [options] --all-databases
options 代表可选操作,常用的可选参数如下:
+ **--host=host_name -h host_name**
指定服务器地址。
+ **--user=user_name -u user_name**
指定用户名。
+ **--password[=password] -p[password]**