February 2018
Intermediate to advanced
510 pages
16h 10m
English
The component based structure is supported by MySQL server, to extend the server capabilities. MySQL 8 uses the INSTALL COMPONENT and UNINSTALL COMPONENT SQL statements to load and unload components at runtime. MySQL 8 manages component details into the mysql.component system table. So, every time a new component is installed, MySQL 8 server performs the following tasks:
When we uninstall any component, MySQL server will perform the same steps, but in the reverse order. To see which components are available, execute the following query:
SELECT * FROM mysql.component;
Read now
Unlock full access