|
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: 03/05/2022 |
| 5 | +.\" Date: 06/04/2022 |
6 | 6 | .\" Manual: MySQL Database System |
7 | 7 | .\" Source: MySQL 8.0 |
8 | 8 | .\" Language: English |
9 | 9 | .\" |
10 | | -.TH "MYSQL" "1" "03/05/2022" "MySQL 8\&.0" "MySQL Database System" |
| 10 | +.TH "MYSQL" "1" "06/04/2022" "MySQL 8\&.0" "MySQL Database System" |
11 | 11 | .\" ----------------------------------------------------------------- |
12 | 12 | .\" * Define some portability stuff |
13 | 13 | .\" ----------------------------------------------------------------- |
|
975 | 975 | \fB\-\-fido\-register\-factor\fR |
976 | 976 | option is only available for the |
977 | 977 | \fBmysql\fR |
978 | | -client\&. Other MySQL client programs do not support it\&. |
| 978 | +client and MySQL Shell\&. Other MySQL client programs do not support it\&. |
979 | 979 | .sp |
980 | 980 | For related information, see |
981 | 981 | the section called \(lqUsing FIDO Authentication\(rq\&. |
@@ -2368,8 +2368,10 @@ charset (\eC) Switch to another charset\&. Might be needed for processing |
2368 | 2368 | warnings (\eW) Show warnings after every statement\&. |
2369 | 2369 | nowarning (\ew) Don\*(Aqt show warnings after every statement\&. |
2370 | 2370 | resetconnection(\ex) Clean session context\&. |
2371 | | -query_attributes(\e) Sets string parameters (name1 value1 name2 value2 \&.\&.\&.) |
| 2371 | +query_attributes Sets string parameters (name1 value1 name2 value2 \&.\&.\&.) |
2372 | 2372 | for the next query to pick up\&. |
| 2373 | +ssl_session_data_print Serializes the current SSL session data to stdout |
| 2374 | +or file\&. |
2373 | 2375 | For server side help, type \*(Aqhelp contents\*(Aq |
2374 | 2376 | .fi |
2375 | 2377 | .if n \{\ |
@@ -2927,6 +2929,28 @@ Quote characters are taken as part of the file name itself\&. For best results, |
2927 | 2929 | .sp -1 |
2928 | 2930 | .IP \(bu 2.3 |
2929 | 2931 | .\} |
| 2932 | +ssl_session_data_print [\fIfile_name\fR] |
| 2933 | +.sp |
| 2934 | +Fetches, serializes, and optionally stores the session data of a successful connection\&. The optional file name and arguments may be given to specify the file to store serialized session data\&. If omitted, the session data is printed to |
| 2935 | +stdout\&. |
| 2936 | +.sp |
| 2937 | +If the MySQL session is configured for reuse, session data from the file is deserialized and supplied to the |
| 2938 | +connect |
| 2939 | +command to reconnect\&. When the session is reused successfully, the |
| 2940 | +status |
| 2941 | +command contains a row showing |
| 2942 | +SSL session reused: true |
| 2943 | +while the client remains reconnected to the server\&. |
| 2944 | +.RE |
| 2945 | +.sp |
| 2946 | +.RS 4 |
| 2947 | +.ie n \{\ |
| 2948 | +\h'-04'\(bu\h'+03'\c |
| 2949 | +.\} |
| 2950 | +.el \{\ |
| 2951 | +.sp -1 |
| 2952 | +.IP \(bu 2.3 |
| 2953 | +.\} |
2930 | 2954 | status, |
2931 | 2955 | \es |
2932 | 2956 | .sp |
|
0 commit comments