Audit Plugin Installation
Follow this guide to install the Audit Plugin on your MariaDB server. Learn how to verify the plugin file's location, load it dynamically, or configure it to load automatically at startup.
Locating the Plugin
SHOW GLOBAL VARIABLES LIKE 'plugin_dir';
+---------------+--------------------------+
| Variable_name | Value |
+---------------+--------------------------+
| plugin_dir | /usr/lib64/mysql/plugin/ |
+---------------+--------------------------+Installing the Plugin
INSTALL SONAME 'server_audit';Uninstalling the Plugin
Prohibiting Uninstallation
Last updated
Was this helpful?

