Plugins for MariaDB Enterprise Server
This page is part of MariaDB's Documentation.
The parent of this page is: Plugins
Topics on this page:
Overview
MariaDB Enterprise Server supports optional features using plugins. Supported plugins are included in the enterprise builds of MariaDB Server and include storage engines, replication, and authentication features.
To view the plugins installed on your Server, use the SHOW PLUGINS
statement:
SHOW PLUGINS;
Additional information on plugins is available in the MariaDB Knowledge Base.