February 2018
Intermediate to advanced
510 pages
16h 10m
English
The MySQL server uses the pluggable storage engine architecture, which enables storage engine loading as well as unloading from already running MySQL servers:
mysql> INSTALL PLUGIN MyExample SONAME 'MyExample.so';
For installing a storage engine, the user issuing the preceding statement must have the INSERT privilege for the mysql.plugin table and the ...
Read now
Unlock full access