Skip to content

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;