The world's most popular open source database
To unplug a storage engine, use the
UNINSTALL PLUGIN statement:
UNINSTALL PLUGIN ha_example;
If you unplug a storage engine that is needed by existing tables, those tables become inaccessible, but will still be present on disk (where applicable). Ensure that there are no tables using a storage engine before you unplug the storage engine.


User Comments
Add your own comment.