Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

29.12.18.1 密钥环组件状态表

keyring_component_status 表提供了当前使用的密钥环组件的状态信息,如果安装了密钥环组件(例如,如果不使用密钥环,或者使用密钥环插件而不是密钥环组件来管理密钥库)。如果没有安装密钥环组件(例如,不使用密钥环,或者使用密钥环插件来管理密钥库),则该表为空。

没有固定的属性集。每个密钥环组件都可以定义自己的属性集。

示例 keyring_component_status 内容:

Press CTRL+C to copy
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 | +---------------------+-------------------------------------------------+

keyring_component_status 表具有以下列:

  • STATUS_KEY

    状态项名称。

  • STATUS_VALUE

    状态项值。

keyring_component_status 表没有索引。

TRUNCATE TABLE 不允许用于 keyring_component_status 表。