For the complete documentation index, see llms.txt. This page is also available as Markdown.

Plugin Statements

Manage server plugins. This section covers INSTALL PLUGIN, UNINSTALL PLUGIN, and SHOW PLUGINS for extending server functionality.

Install a specific plugin from a shared library. This statement adds the plugin to the mysql.plugin table and loads its code into the server memory.

Load all plugins contained within a shared library file. This statement automatically discovers and installs every valid plugin found in the specified library.

Remove a specific plugin from the server. This statement unloads the plugin code and deletes its entry from the mysql.plugin table to prevent reloading.

Uninstall all plugins loaded from a specific library. This statement removes every plugin associated with the library file and unloads the library itself.

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?