|
2 | 2 | .\" Title: mysql
|
3 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
4 | 4 | .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
5 |
| -.\" Date: 06/02/2023 |
| 5 | +.\" Date: 06/20/2023 |
6 | 6 | .\" Manual: MySQL Database System
|
7 | 7 | .\" Source: MySQL 8.1
|
8 | 8 | .\" Language: English
|
9 | 9 | .\"
|
10 |
| -.TH "MYSQL" "1" "06/02/2023" "MySQL 8\&.1" "MySQL Database System" |
| 10 | +.TH "MYSQL" "1" "06/20/2023" "MySQL 8\&.1" "MySQL Database System" |
11 | 11 | .\" -----------------------------------------------------------------
|
12 | 12 | .\" * Define some portability stuff
|
13 | 13 | .\" -----------------------------------------------------------------
|
@@ -1115,7 +1115,7 @@ Add an additional SQL statement to execute after connecting or reconnecting to t
|
1115 | 1115 | \fB\-\-init\-command\fR
|
1116 | 1116 | but has no effect if used before it because
|
1117 | 1117 | \fBinit\-command\fR
|
1118 |
| -resets the list of commands to call\&. |
| 1118 | +resets the list of commands to call\&. Option added in MySQL 8\&.2\&.0\&. |
1119 | 1119 | .RE
|
1120 | 1120 | .sp
|
1121 | 1121 | .RS 4
|
@@ -2181,6 +2181,27 @@ Section\ \&6.3.2, \(lqEncrypted Connection TLS Protocols and Ciphers\(rq\&.
|
2181 | 2181 | .sp -1
|
2182 | 2182 | .IP \(bu 2.3
|
2183 | 2183 | .\}
|
| 2184 | +\fB\-\-tls\-sni\-servername=\fR\fB\fIserver_name\fR\fR |
| 2185 | +When specified, the name is passed to the |
| 2186 | +libmysqlclient |
| 2187 | +C API library using the |
| 2188 | +MYSQL_OPT_TLS_SNI_SERVERNAME |
| 2189 | +option of |
| 2190 | +mysql_options()\&. The server name is not case\-sensitive\&. To show which server name the client specified for the current session, if any, check the |
| 2191 | +Tls_sni_server_name |
| 2192 | +status variable\&. |
| 2193 | +.sp |
| 2194 | +Server Name Indication (SNI) is an extension to the TLS protocol (OpenSSL must be compiled using TLS extensions for this option to function)\&. The MySQL implementation of SNI represents the client\-side only\&. |
| 2195 | +.RE |
| 2196 | +.sp |
| 2197 | +.RS 4 |
| 2198 | +.ie n \{\ |
| 2199 | +\h'-04'\(bu\h'+03'\c |
| 2200 | +.\} |
| 2201 | +.el \{\ |
| 2202 | +.sp -1 |
| 2203 | +.IP \(bu 2.3 |
| 2204 | +.\} |
2184 | 2205 | \fB\-\-tls\-version=\fR\fB\fIprotocol_list\fR\fR
|
2185 | 2206 | The permissible TLS protocols for encrypted connections\&. The value is a list of one or more comma\-separated protocol names\&. The protocols that can be named for this option depend on the SSL library used to compile MySQL\&. For details, see
|
2186 | 2207 | Section\ \&6.3.2, \(lqEncrypted Connection TLS Protocols and Ciphers\(rq\&.
|
|
0 commit comments