Documentation Home
MySQL 9.1 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.4Mb
PDF (A4) - 40.5Mb
Man Pages (TGZ) - 259.5Kb
Man Pages (Zip) - 366.7Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


MySQL 9.1 Reference Manual  / ...  / Security  / Security Components and Plugins  / MySQL Enterprise Audit  /  Elements of MySQL Enterprise Audit

8.4.5.1 Elements of MySQL Enterprise Audit

MySQL Enterprise Audit is based on the audit log plugin and related elements:

  • A server-side plugin namedaudit_log examines auditable events and determines whether to write them to the audit log.

  • A set of functions enables manipulation of filtering definitions that control logging behavior, the encryption password, and log file reading.

  • Tables in themysql system database provide persistent storage of filter and user account data, unless you set theaudit_log_database system variable at server startup to specify a different database.

  • System variables enable audit log configuration and status variables provide runtime operational information.

  • TheAUDIT_ADMIN privilege enable users to administer the audit log, and theAUDIT_ABORT_EXEMPT privilege enables system users to execute queries that would otherwise be blocked by anabort item in the audit log filter.