You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controls whether to enable FIPS mode on the client side\&. The
1397
+
\fB\-\-ssl\-fips\-mode\fR
1398
+
option differs from other
1399
+
\fB\-\-ssl\-\fR\fB\fIxxx\fR\fR
1400
+
options in that it is not used to establish encrypted connections, but rather to affect which cryptographic operations are permitted\&. See
1401
+
Section\ \&6.6, \(lqFIPS Support\(rq\&.
1402
+
.sp
1403
+
These
1404
+
\fB\-\-ssl\-fips\-mode\fR
1405
+
values are permitted:
1406
+
.sp
1407
+
.RS4
1408
+
.ien\{\
1409
+
\h'-04'\(bu\h'+03'\c
1410
+
.\}
1411
+
.el\{\
1412
+
.sp-1
1413
+
.IP\(bu2.3
1414
+
.\}
1415
+
OFF: Disable FIPS mode\&.
1416
+
.RE
1417
+
.sp
1418
+
.RS4
1419
+
.ien\{\
1420
+
\h'-04'\(bu\h'+03'\c
1421
+
.\}
1422
+
.el\{\
1423
+
.sp-1
1424
+
.IP\(bu2.3
1425
+
.\}
1426
+
ON: Enable FIPS mode\&.
1427
+
.RE
1428
+
.sp
1429
+
.RS4
1430
+
.ien\{\
1431
+
\h'-04'\(bu\h'+03'\c
1432
+
.\}
1433
+
.el\{\
1434
+
.sp-1
1435
+
.IP\(bu2.3
1436
+
.\}
1437
+
STRICT: Enable
1438
+
\(lqstrict\(rq
1439
+
FIPS mode\&.
1440
+
.RE
1441
+
.sp
1442
+
.ifn\{\
1443
+
.sp
1444
+
.\}
1445
+
.RS4
1446
+
.it1an-trap
1447
+
.nran-no-space-flag1
1448
+
.nran-break-flag1
1449
+
.br
1450
+
.ps+1
1451
+
\fBNote\fR
1452
+
.ps-1
1453
+
.br
1454
+
If the OpenSSL FIPS Object Module is not available, the only permitted value for
1455
+
\fB\-\-ssl\-fips\-mode\fR
1456
+
is
1457
+
OFF\&. In this case, setting
1458
+
\fB\-\-ssl\-fips\-mode\fR
1459
+
to
1460
+
ON
1461
+
or
1462
+
STRICT
1463
+
causes the client to produce a warning at startup and to operate in non\-FIPS mode\&.
1464
+
.sp.5v
1465
+
.RE
1466
+
.RE
1467
+
.sp
1468
+
.RS4
1469
+
.ien\{\
1470
+
\h'-04'\(bu\h'+03'\c
1471
+
.\}
1472
+
.el\{\
1473
+
.sp-1
1474
+
.IP\(bu2.3
1475
+
.\}
1396
1476
\fB\-\-syslog\fR,
1397
1477
\fB\-j\fR
1398
1478
.sp
@@ -1874,8 +1954,8 @@ is set to something other than the default of
1874
1954
;, instances of that character are sent to the server without interpretation\&. However, the server itself still interprets
1875
1955
;
1876
1956
as a statement delimiter and processes statements accordingly\&. This behavior on the server side comes into play for multiple\-statement execution (see
1877
-
Section\ \&28.7.19, \(lqC API Multiple Statement Execution Support\(rq), and for parsing the body of stored procedures and functions, triggers, and events (see
Section\ \&27.7.19, \(lqC API Multiple Statement Execution Support\(rq), and for parsing the body of stored procedures and functions, triggers, and events (see
@@ -2117,8 +2197,8 @@ Reset the connection to clear the session state\&.
2117
2197
Resetting a connection has effects similar to
2118
2198
mysql_change_user()
2119
2199
or an auto\-reconnect except that the connection is not closed and reopened, and re\-authentication is not done\&. See
2120
-
Section\ \&28.7.7.3, \(lqmysql_change_user()\(rq) and see
2121
-
Section\ \&28.7.24, \(lqC API Automatic Reconnection Control\(rq)\&.
2200
+
Section\ \&27.7.7.3, \(lqmysql_change_user()\(rq) and see
2201
+
Section\ \&27.7.24, \(lqC API Automatic Reconnection Control\(rq)\&.
2122
2202
.sp
2123
2203
This example shows how
2124
2204
resetconnection
@@ -2168,6 +2248,8 @@ Read the named file and executes the statements contained therein\&. On Windows,
2168
2248
/
2169
2249
or
2170
2250
\e\e\&.
2251
+
.sp
2252
+
Quote characters are taken as part of the file name itself\&. For best results, the name should not include space characters\&.
2171
2253
.RE
2172
2254
.sp
2173
2255
.RS4
@@ -3149,7 +3231,7 @@ command,
3149
3231
uses it as a search string to access server\-side help from the contents of the MySQL Reference Manual\&. The proper operation of this command requires that the help tables in the
3150
3232
mysql
3151
3233
database be initialized with help topic information (see
3152
-
Section\ \&5.1.11, \(lqServer-Side Help\(rq)\&.
3234
+
Section\ \&5.1.13, \(lqServer-Side Help\(rq)\&.
3153
3235
.PP
3154
3236
If there is no match for the search string, the search fails:
3155
3237
.sp
@@ -3589,7 +3671,7 @@ SET sql_safe_updates=1, sql_select_limit=1000, max_join_size=1000000;
3589
3671
.\}
3590
3672
.PP
3591
3673
See
3592
-
Section\ \&5.1.5, \(lqServer System Variables\(rq\&.
3674
+
Section\ \&5.1.7, \(lqServer System Variables\(rq\&.
3593
3675
.PP
3594
3676
The
3595
3677
SET
@@ -3711,7 +3793,7 @@ client with the
3711
3793
option\&.
3712
3794
.PP
3713
3795
For more information about auto\-reconnect and its effect on state information when a reconnection occurs, see
3714
-
Section\ \&28.7.24, \(lqC API Automatic Reconnection Control\(rq\&.
3796
+
Section\ \&27.7.24, \(lqC API Automatic Reconnection Control\(rq\&.
3715
3797
.SH "COPYRIGHT"
3716
3798
.br
3717
3799
.PP
@@ -3723,6 +3805,12 @@ This documentation is distributed in the hope that it will be useful, but WITHOU
3723
3805
.PP
3724
3806
You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3725
3807
.sp
3808
+
.SH "NOTES"
3809
+
.IP" 1."4
3810
+
MySQL Shell 8.0 (part of MySQL 8.0)
3811
+
.RS4
3812
+
\%http://dev.mysql.com/doc/mysql-shell/8.0/en/
3813
+
.RE
3726
3814
.SH "SEE ALSO"
3727
3815
For more information, please refer to the MySQL Reference Manual,
3728
3816
which may already be installed locally and which is also available
0 commit comments