Skip to Main Content
Things To Do
Discover Frisco

Percona Audit Log Plugin Free Jun 2026

Default is ASYNCHRONOUS . Use SEMISYNCHRONOUS for compliance requirements.

The is a server plugin for Percona Server for MySQL (and compatible with MySQL & MariaDB) that tracks and logs database activity. It records who did what, when, and where—without requiring general_log , which is resource-heavy and less secure. percona audit log plugin

SET GLOBAL audit_log_enabled = ON;

SET GLOBAL audit_log_rotate = ON; -- rotates immediately Default is ASYNCHRONOUS

down arrow