Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Uninstall Audit Log Filter

To remove the plugin, run the following:

mysql> DROP TABLE IF EXISTS mysql.audit_log_user;
mysql> DROP TABLE IF EXISTS mysql.audit_log_filter;
mysql> UNINSTALL PLUGIN audit_log_filter;

Last update: 2024-10-25