Update MySQL_备份.md

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

View File

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