MySQL 8.0 参考手册 / 第 27 章 MySQL 性能模式 / 27.12 性能模式表描述 / 27.12.18 性能模式密钥环表 /
27.12.18.1 keyring_component_status 表
该keyring_component_status
表(自 MySQL 8.0.24 起可用)提供有关正在使用的密钥环组件属性的状态信息(如果已安装的话)。如果没有安装密钥环组件,则该表为空(例如,如果未使用密钥环,或者配置为使用密钥环插件而不是密钥环组件来管理密钥库)。
没有固定的属性集。每个密钥环组件都可以自由定义自己的集合。
示例keyring_component_status
内容:
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
表没有索引。