diff options
Diffstat (limited to 'man/mysqladmin.1')
-rw-r--r-- | man/mysqladmin.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/man/mysqladmin.1 b/man/mysqladmin.1 index 89be7aaa040..4f39c059894 100644 --- a/man/mysqladmin.1 +++ b/man/mysqladmin.1 @@ -1367,6 +1367,22 @@ Verify server's "Common Name" in its cert against hostname used when connecting. .sp -1 .IP \(bu 2.3 .\} +.\" mysqladmin: TLS Version option +.\" TLS Version option: mysqladmin +\fB\-\-tls\-version=\fR\fB\fIname\fR\fR, +.sp +Accepts a comma-separated list of TLS protocol versions\&. A TLS protocol version will only be enabled if it +is present in this list\&. All other TLS protocol versions will not be permitted\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} .\" mysqladmin: user option .\" user option: mysqladmin \fB\-\-user=\fR\fB\fIuser_name\fR\fR, @@ -1441,6 +1457,22 @@ If the connection cannot be established, wait and retry instead of aborting\&. I \fIcount\fR value is given, it indicates the number of times to retry\&. The default is one time\&. .RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +.\" mysqladmin: --wait-for-all-slaves option +.\" --wait-for-all-slaves option: mysqladmin +\fB\-\-wait\-for\-all\-slaves\fR +.sp +Wait for the last binlog event to be sent to all connected slaves before shutting down\&. +This option is off by default\&. +.RE .PP You can also set the following variables by using \fB\-\-\fR\fB\fIvar_name\fR\fR\fB=\fR\fB\fIvalue\fR\fR |