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。