MySQL 8.4 发行说明
mysql.component
系统表包含有关当前加载的组件的信息,并显示已使用 INSTALL COMPONENT
注册的组件。从表中选择显示安装了哪些组件。例如
mysql> SELECT * FROM mysql.component;
+--------------+--------------------+------------------------------------+
| component_id | component_group_id | component_urn |
+--------------+--------------------+------------------------------------+
| 1 | 1 | file://component_validate_password |
| 2 | 2 | file://component_log_sink_json |
+--------------+--------------------+------------------------------------+
component_id
和 component_group_id
值供内部使用。 component_urn
是在 INSTALL COMPONENT
和 UNINSTALL COMPONENT
语句中用于加载和卸载组件的 URN。