mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-19847: Update mysqladmin man page
This commit is contained in:
parent
223c550d92
commit
c5c515130c
1 changed files with 34 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
'\" t
|
||||
.\"
|
||||
.TH "\FBMYSQLADMIN\FR" "1" "28 December 2017" "MariaDB 10\&.4" "MariaDB Database System"
|
||||
.TH "\FBMYSQLADMIN\FR" "1" "27 June 2019" "MariaDB 10\&.4" "MariaDB Database System"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
@ -1477,7 +1509,7 @@ The maximum number of seconds to wait for server shutdown\&. The default value i
|
|||
.SH "COPYRIGHT"
|
||||
.br
|
||||
.PP
|
||||
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2015 MariaDB Foundation
|
||||
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2019 MariaDB Foundation
|
||||
.PP
|
||||
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
|
||||
.PP
|
||||
|
|
Loading…
Reference in a new issue