@@ -4196,7 +4196,7 @@ ignores Unicode byte order mark (BOM) characters at the beginning of input files
4196
4196
to change its default character set\& . To do that, invoke
4197
4197
\fB mysql \fR
4198
4198
with an option such as
4199
- \fB \-\- default \- character \- set=utf8 \fR \& .
4199
+ \fB \-\- default \- character \- set=utf8mb4 \fR \& .
4200
4200
.PP
4201
4201
For more information about batch mode, see
4202
4202
Section\ \& 3.5, \(lq Using mysql in Batch Mode\(rq \& .
@@ -4443,9 +4443,9 @@ Go to the console window properties, select the font tab, and choose Lucida Cons
4443
4443
Execute
4444
4444
\fB mysql \& .exe \fR
4445
4445
with the
4446
- \fB \-\- default \- character \- set=utf8 \fR
4446
+ \fB \-\- default \- character \- set=utf8mb4 \fR
4447
4447
(or
4448
- utf8mb4 ) option\& . This option is necessary because
4448
+ utf8mb3 ) option\& . This option is necessary because
4449
4449
utf16le
4450
4450
is one of the character sets that cannot be used as the client character set\& . See
4451
4451
the section called \(lq Impermissible Client Character Sets\(rq \& .
@@ -4458,9 +4458,9 @@ uses the Windows APIs to communicate with the console using UTF\-16LE, and commu
4458
4458
To avoid those steps each time you run
4459
4459
\fB mysql \fR , you can create a shortcut that invokes
4460
4460
\fB mysql \& .exe \fR \& . The shortcut should set the console font to Lucida Console or some other compatible Unicode font, and pass the
4461
- \fB \-\- default \- character \- set=utf8 \fR
4461
+ \fB \-\- default \- character \- set=utf8mb4 \fR
4462
4462
(or
4463
- utf8mb4 ) option to
4463
+ utf8mb3 ) option to
4464
4464
\fB mysql \& .exe \fR \& .
4465
4465
.PP
4466
4466
Alternatively, create a shortcut that only sets the console font, and set the character set in the
@@ -4474,7 +4474,7 @@ file:
4474
4474
.\}
4475
4475
.nf
4476
4476
[mysql]
4477
- default\- character\- set=utf8
4477
+ default\- character\- set=utf8mb4
4478
4478
.fi
4479
4479
.if n \{\
4480
4480
.RE
0 commit comments