Search



Search Results
Displaying 391 to 400 of 1337 total results
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
This section provides guidance on installing MySQL using the MySQL APT repository. First, add the MySQL APT repository to your system's software repository list. Follow these steps: Go to the download page for the MySQL APT repository at ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-disk-data-objects.html
NDB Cluster Disk Data storage is implemented using the following objects: Tablespace: Acts as containers for other Disk Data objects. A tablespace contains one or more data files and one or more undo log file groups. Undo log file: Contains undo ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-log-statistics.html
This is the number of primary key read operations using this TC as the transaction coordinator that were started in the last reporting interval, including simple reads. A unique index read operation generates 2 primary key read operations—1 for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-add-node-example.html
Its use here to redistribute data onto a new NDB Cluster node group is an exception in this regard; when used in this way, no other keywords or identifiers follow REORGANIZE PARTITION. In this section we provide a detailed example illustrating how ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-selection.html
Partition selection is similar to partition pruning, in that only specific partitions are checked for matches, but differs in two key respects: The partitions to be checked are specified by the issuer of the statement, unlike partition pruning, ...
https://dev.mysql.com/doc/refman/8.4/en/table-scan-avoidance.html
This usually happens under the following conditions: The table is so small that it is faster to perform a table scan than to bother with a key lookup. You are using a key with low cardinality (many rows match the key value) through another column.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-cloud.html
To restore a backup image from cloud storage to datadir on the server, use the cloud storage options, and also the --backup-dir option to specify the temporary directory into which temporary output, status files, and backup metadata will be saved: ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-encrypted-connections.html
The mcm client should then provide ssl_key and ssl_cert information when connecting $> ./bin/mcmd --mcmd.ssl_key=/foo/server-key.pem --mcmd.ssl_cert=/foo/server-cert.pem --mcmd.ssl_ca=/foo/cacert.pem --mcmd.ssl_mode=REQUIRED MySQL Cluster Manager ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
For example, with GSSAPI you can set the ticket-granting ticket (TGT) expiry time, key distribution center (KDC) port, and so on. During authentication, the client-side plugin locates the client user’s Oracle Cloud Infrastructure configuration ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
For example, with GSSAPI you can set the ticket-granting ticket (TGT) expiry time, key distribution center (KDC) port, and so on. During authentication, the client-side plugin locates the client user’s Oracle Cloud Infrastructure configuration ...
Displaying 391 to 400 of 1337 total results