PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-migrate-keyring.html
The mysql_migrate_keyring utility migrates keys between one keyring component and another. Invoke mysql_migrate_keyring like this (enter the command on a single line): mysql_migrate_keyring --component-dir=dir_name --source-keyring=name ...For ...
https://dev.mysql.com/doc/refman/8.0/en/ldml-rules.html
This is a subset of the syntax described in the LDML specification available at http://www.unicode.org/reports/tr35/, which should be consulted for further information. MySQL recognizes a large enough subset of the syntax that, in many cases, it is ...
https://dev.mysql.com/doc/refman/8.0/en/added-deprecated-removed.html
enterprise_encryption.maximum_rsa_key_size: Maximum size of RSA keys generated by MySQL Enterprise Encryption. group_replication_recovery_get_public_key: Whether to accept preference about fetching public key from donor. keyring-migration-host: Host ... Options and Variables Introduced in MySQL 8.0 Options and Variables Deprecated in MySQL 8.0 Options and Variables Removed in MySQL 8.0 This section lists server variables, status variables, and options that were added for the first time, have been deprecated, or have been removed in MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/loadable-function-reference.html
The following table lists each function that is loadable at runtime and provides a short description of each one. For a table listing built-in functions and operators, see Section 14.1, “Built-In Function and Operator Reference” For general ...
https://dev.mysql.com/doc/refman/8.0/en/invisible-indexes.html
The feature applies to indexes other than primary keys (either explicit or implicit). row *************************** id: 1 select_type: SIMPLE table: t1 partitions: NULL type: range possible_keys: j_idx key: j_idx key_len: 5 ref: NULL rows: 2 ...
https://dev.mysql.com/doc/refman/8.0/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.0/en/group-replication-compatibility-upgrade.html
During an online upgrade procedure, if the group is in single-primary mode, all the servers that are not currently offline for upgrading function as they did before. The group elects a new primary whenever necessary, following the election policies ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-functions-for-mode.html
Example: SELECT group_replication_switch_to_multi_primary_mode() All members which belong to the group become primaries. The following functions enable you to control the mode which a replication group is running in, either single-primary or ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html
To use encryption, a keyring plugin must be installed and configured to supply MySQL Server's keyring service. For instructions to do this, see Section 8.4.4, “The MySQL Keyring”. Any supported keyring plugin can be used to store binary log ...
https://dev.mysql.com/doc/refman/8.0/en/creating-ssl-rsa-files-using-mysql.html
MySQL provides these ways to create the SSL certificate and key files and RSA key-pair files required to support encrypted connections using SSL and secure password exchange using RSA over unencrypted connections, if those files are missing: The ...