|
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/20/2023 |
| 5 | +.\" Date: 08/31/2023 |
6 | 6 | .\" Manual: MySQL Database System
|
7 | 7 | .\" Source: MySQL 8.1
|
8 | 8 | .\" Language: English
|
9 | 9 | .\"
|
10 |
| -.TH "MYSQL" "1" "06/20/2023" "MySQL 8\&.1" "MySQL Database System" |
| 10 | +.TH "MYSQL" "1" "08/31/2023" "MySQL 8\&.1" "MySQL Database System" |
11 | 11 | .\" -----------------------------------------------------------------
|
12 | 12 | .\" * Define some portability stuff
|
13 | 13 | .\" -----------------------------------------------------------------
|
@@ -59,7 +59,7 @@ mysql_store_result()\&.
|
59 | 59 | .br
|
60 | 60 | .PP
|
61 | 61 | Alternatively, MySQL Shell offers access to the X DevAPI\&. For details, see
|
62 |
| -\m[blue]\fBMySQL Shell 8\&.0\fR\m[]\&\s-2\u[1]\d\s+2\&. |
| 62 | +\m[blue]\fBMySQL Shell 8\&.1\fR\m[]\&\s-2\u[1]\d\s+2\&. |
63 | 63 | .sp .5v
|
64 | 64 | .RE
|
65 | 65 | .PP
|
@@ -1417,6 +1417,18 @@ Section\ \&4.2.2.3, \(lqCommand-Line Options that Affect Option-File Handling\(r
|
1417 | 1417 | .sp -1
|
1418 | 1418 | .IP \(bu 2.3
|
1419 | 1419 | .\}
|
| 1420 | +\fB\-\-oci\-config\-file=\fR\fB\fIPATH\fR\fR |
| 1421 | +Alternate path to the Oracle Cloud Infrastructure CLI configuration file\&. Specify the location of the configuration file\&. If your existing default profile is the correct one, you do not need to specify this option\&. However, if you have an existing configuration file, with multiple profiles or a different default from the tenancy of the user you want to connect with, specify this option\&. |
| 1422 | +.RE |
| 1423 | +.sp |
| 1424 | +.RS 4 |
| 1425 | +.ie n \{\ |
| 1426 | +\h'-04'\(bu\h'+03'\c |
| 1427 | +.\} |
| 1428 | +.el \{\ |
| 1429 | +.sp -1 |
| 1430 | +.IP \(bu 2.3 |
| 1431 | +.\} |
1420 | 1432 | \fB\-\-one\-database\fR,
|
1421 | 1433 | \fB\-o\fR
|
1422 | 1434 | Ignore statements except those that occur while the default database is the one named on the command line\&. This option is rudimentary and should be used with care\&. Statement filtering is based only on
|
@@ -2371,6 +2383,43 @@ compression\&.
|
2371 | 2383 | For more information, see
|
2372 | 2384 | Section\ \&4.2.8, \(lqConnection Compression Control\(rq\&.
|
2373 | 2385 | .RE
|
| 2386 | +.sp |
| 2387 | +.RS 4 |
| 2388 | +.ie n \{\ |
| 2389 | +\h'-04'\(bu\h'+03'\c |
| 2390 | +.\} |
| 2391 | +.el \{\ |
| 2392 | +.sp -1 |
| 2393 | +.IP \(bu 2.3 |
| 2394 | +.\} |
| 2395 | +\fBtelemetry_client\fR |
| 2396 | +.TS |
| 2397 | +allbox tab(:); |
| 2398 | +lB l |
| 2399 | +lB l |
| 2400 | +lB l. |
| 2401 | +T{ |
| 2402 | +Command-Line Format |
| 2403 | +T}:T{ |
| 2404 | +--telemetry_client |
| 2405 | +T} |
| 2406 | +T{ |
| 2407 | +Type |
| 2408 | +T}:T{ |
| 2409 | +Boolean |
| 2410 | +T} |
| 2411 | +T{ |
| 2412 | +Default Value |
| 2413 | +T}:T{ |
| 2414 | +OFF |
| 2415 | +T} |
| 2416 | +.TE |
| 2417 | +.sp 1 |
| 2418 | +Enables the telemetry client plugin (Linux only)\&. |
| 2419 | +.sp |
| 2420 | +For more information, see |
| 2421 | +Chapter\ \&33, Telemetry\&. |
| 2422 | +.RE |
2374 | 2423 | .SH "MYSQL CLIENT COMMANDS"
|
2375 | 2424 | .PP
|
2376 | 2425 | \fBmysql\fR
|
@@ -4894,9 +4943,9 @@ You should have received a copy of the GNU General Public License along with the
|
4894 | 4943 | .sp
|
4895 | 4944 | .SH "NOTES"
|
4896 | 4945 | .IP " 1." 4
|
4897 |
| -MySQL Shell 8.0 |
| 4946 | +MySQL Shell 8.1 |
4898 | 4947 | .RS 4
|
4899 |
| -\%https://dev.mysql.com/doc/mysql-shell/8.0/en/ |
| 4948 | +\%https://dev.mysql.com/doc/mysql-shell/8.1/en/ |
4900 | 4949 | .RE
|
4901 | 4950 | .IP " 2." 4
|
4902 | 4951 | C API Basic Data Structures
|
|
0 commit comments