MySQL 5.5 Release Notes
The audit_log_policy
system
variable controls what kinds of information the plugin writes.
By default, this variable is set to ALL
(write all auditable events), but also permits values of
LOGINS
or QUERIES
to log
only login or query events, or NONE
to
disable logging.