MySQL 8.4 Release Notes
29.12.18.1 keyring_component_status 表
该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
表没有索引。