MySQL 8.0 Reference Manual Including MySQL NDB Cluster 8.0

5.5.2 Obtaining Component Information

The mysql.component sytem table contains information about currently loaded components and shows which components have been registered using INSTALL COMPONENT. To see which components are installed, use this statement:

SELECT * FROM mysql.component;