|
1 | 1 | '\" t
|
2 | 2 | .\"
|
3 |
| -.TH "\FBMYSQLADMIN\FR" "1" "28 December 2017" "MariaDB 10\&.4" "MariaDB Database System" |
| 3 | +.TH "\FBMYSQLADMIN\FR" "1" "27 June 2019" "MariaDB 10\&.4" "MariaDB Database System" |
4 | 4 | .\" -----------------------------------------------------------------
|
5 | 5 | .\" * set default formatting
|
6 | 6 | .\" -----------------------------------------------------------------
|
@@ -1367,6 +1367,22 @@ Verify server's "Common Name" in its cert against hostname used when connecting.
|
1367 | 1367 | .sp -1
|
1368 | 1368 | .IP \(bu 2.3
|
1369 | 1369 | .\}
|
| 1370 | +.\" mysqladmin: TLS Version option |
| 1371 | +.\" TLS Version option: mysqladmin |
| 1372 | +\fB\-\-tls\-version=\fR\fB\fIname\fR\fR, |
| 1373 | +.sp |
| 1374 | +Accepts a comma-separated list of TLS protocol versions\&. A TLS protocol version will only be enabled if it |
| 1375 | +is present in this list\&. All other TLS protocol versions will not be permitted\&. |
| 1376 | +.RE |
| 1377 | +.sp |
| 1378 | +.RS 4 |
| 1379 | +.ie n \{\ |
| 1380 | +\h'-04'\(bu\h'+03'\c |
| 1381 | +.\} |
| 1382 | +.el \{\ |
| 1383 | +.sp -1 |
| 1384 | +.IP \(bu 2.3 |
| 1385 | +.\} |
1370 | 1386 | .\" mysqladmin: user option
|
1371 | 1387 | .\" user option: mysqladmin
|
1372 | 1388 | \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
|
1441 | 1457 | \fIcount\fR
|
1442 | 1458 | value is given, it indicates the number of times to retry\&. The default is one time\&.
|
1443 | 1459 | .RE
|
| 1460 | +.sp |
| 1461 | +.RS 4 |
| 1462 | +.ie n \{\ |
| 1463 | +\h'-04'\(bu\h'+03'\c |
| 1464 | +.\} |
| 1465 | +.el \{\ |
| 1466 | +.sp -1 |
| 1467 | +.IP \(bu 2.3 |
| 1468 | +.\} |
| 1469 | +.\" mysqladmin: --wait-for-all-slaves option |
| 1470 | +.\" --wait-for-all-slaves option: mysqladmin |
| 1471 | +\fB\-\-wait\-for\-all\-slaves\fR |
| 1472 | +.sp |
| 1473 | +Wait for the last binlog event to be sent to all connected slaves before shutting down\&. |
| 1474 | +This option is off by default\&. |
| 1475 | +.RE |
1444 | 1476 | .PP
|
1445 | 1477 | You can also set the following variables by using
|
1446 | 1478 | \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
|
1477 | 1509 | .SH "COPYRIGHT"
|
1478 | 1510 | .br
|
1479 | 1511 | .PP
|
1480 |
| -Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2015 MariaDB Foundation |
| 1512 | +Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2019 MariaDB Foundation |
1481 | 1513 | .PP
|
1482 | 1514 | 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.
|
1483 | 1515 | .PP
|
|
0 commit comments