|
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/04/2022 |
| 5 | +.\" Date: 08/29/2022 |
6 | 6 | .\" Manual: MySQL Database System
|
7 | 7 | .\" Source: MySQL 8.0
|
8 | 8 | .\" Language: English
|
9 | 9 | .\"
|
10 |
| -.TH "MYSQL" "1" "06/04/2022" "MySQL 8\&.0" "MySQL Database System" |
| 10 | +.TH "MYSQL" "1" "08/29/2022" "MySQL 8\&.0" "MySQL Database System" |
11 | 11 | .\" -----------------------------------------------------------------
|
12 | 12 | .\" * Define some portability stuff
|
13 | 13 | .\" -----------------------------------------------------------------
|
@@ -246,7 +246,7 @@ displays binary data using hexadecimal notation (0x\fIvalue\fR)\&. This occurs w
|
246 | 246 | when enabled affects display of all binary strings, including those returned by functions such as
|
247 | 247 | CHAR()
|
248 | 248 | and
|
249 |
| -UNHEX()\&. The following example demonistrates this using the ASCII code for |
| 249 | +UNHEX()\&. The following example demonstrates this using the ASCII code for |
250 | 250 | A
|
251 | 251 | (65 decimal, 41 hexadecimal):
|
252 | 252 | .sp
|
@@ -963,7 +963,7 @@ ALTER USER \fIuser\fR \fIfactor\fR FINISH REGISTRATION SET CHALLENGE_RESPONSE AS
|
963 | 963 | .\}
|
964 | 964 | .sp
|
965 | 965 | The statement completes the registration and sends the following information to the server as part of the
|
966 |
| -\fIauth_string\fR: athenticator data, an optional attestation certificate in X\&.509 format, and a signature\&. |
| 966 | +\fIauth_string\fR: authenticator data, an optional attestation certificate in X\&.509 format, and a signature\&. |
967 | 967 | .sp
|
968 | 968 | The initiate and registration steps must be performed in a single connection, as the challenge received by the client during the initiate step is saved to the client connection handler\&. Registration would fail if the registration step was performed by a different connection\&. The
|
969 | 969 | \fB\-\-fido\-register\-factor\fR
|
@@ -4474,7 +4474,7 @@ file:
|
4474 | 4474 | .\}
|
4475 | 4475 | .nf
|
4476 | 4476 | [mysql]
|
4477 |
| -default\-character\-set=utf8mb4 |
| 4477 | +default\-character\-set=utf8mb4 # or utf8mb3 |
4478 | 4478 | .fi
|
4479 | 4479 | .if n \{\
|
4480 | 4480 | .RE
|
|
0 commit comments