MySQL 9.0 版本注意事項
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。