Percona Audit Log Plugin ((hot)) Link

Logs can be stored in JSON , CSV , or XML (Old and New styles).

While the plugin is included with Percona Server for MySQL, it is not enabled by default. You can install it at runtime using: INSTALL PLUGIN audit_log SONAME 'audit_log.so'; ``` Use code with caution. Verify Installation: Check if the plugin is active: percona audit log plugin

-- Log only 'app_user' and 'replication' SET GLOBAL audit_log_include_accounts = 'app_user@%,replication@%'; Logs can be stored in JSON , CSV