From 71d8ec5b16624800ba52b969b1105f8a3e731a2e Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Tue, 20 Aug 2019 13:37:43 +0800 Subject: [PATCH] =?UTF-8?q?Update=20MySQL=5F=E5=A4=87=E4=BB=BD.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/MySQL_备份.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes/MySQL_备份.md b/notes/MySQL_备份.md index dafcc6d..4ef8ba3 100644 --- a/notes/MySQL_备份.md +++ b/notes/MySQL_备份.md @@ -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]**