PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0
Thekeyring_component_status table (available as of MySQL 8.0.24) provides status information about the properties of the keyring component in use, if one is installed. The table is empty if no keyring component is installed (for example, if the keyring is not being used, or is configured to manage the keystore using a keyring plugin rather than a keyring component).
There is no fixed set of properties. Each keyring component is free to define its own set.
Examplekeyring_component_status contents:
mysql> SELECT * FROM performance_schema.keyring_component_status;+---------------------+-------------------------------------------------+| STATUS_KEY | STATUS_VALUE |+---------------------+-------------------------------------------------+| Component_name | component_keyring_file || Author | Oracle Corporation || License | GPL || Implementation_name | component_keyring_file || Version | 1.0 || Component_status | Active || Data_file | /usr/local/mysql/keyring/component_keyring_file || Read_only | No |+---------------------+-------------------------------------------------+ Thekeyring_component_status table has these columns:
STATUS_KEYThe status item name.
STATUS_VALUEThe status item value.
Thekeyring_component_status table has no indexes.
TRUNCATE TABLE is not permitted for thekeyring_component_status table.
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0