Plugins

MariaDB supports the use of plugins, software components that may be added to the core software without having to rebuild the MariaDB server from source code. Therefore, plugins can be loaded at start-up, or loaded and unloaded while the server is running without interruption. Plugins are commonly used for adding desired storage engines, additional security requirements, and logging special information about the server.

Title Description
Plugin Overview Basics of listing, installing and uninstalling plugins.
Information on Plugins Information on installed and disabled plugins on a MariaDB Server.
Plugin SQL Statements List of SQL statements related to plugins.
Installing, Using, and Creating Plugins Documentation on how to install and enable plugins, as well as create new ones.
MariaDB Audit Plugin Logging user activity with the MariaDB Audit Plugin.
Authentication Plugins Authentication plugins allow various authentication methods to be used, and new ones developed.
Password Validation Plugins Ensuring that user passwords meet certain minimal security requirements.
Key Management and Encryption Plugins MariaDB uses plugins to handle key management and encryption of data.
MariaDB Replication & Cluster Plugins Plugins related to MariaDB replication and other replication cluster systems.
Storage Engines Various storage engines available for MariaDB.
Other Plugins Information on installing and using other plugins.
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.

© 2021 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/plugins/