Updated Configuration (markdown)

master
Guy Lichtman 2016-05-20 17:18:40 +03:00
parent 5ca36b2aed
commit b42ca2941b
1 changed files with 1 additions and 0 deletions

@ -26,4 +26,5 @@ Available AUDIT Plugin system variables:
**Notes:**
* When configuring boolean variables (enable/disable) in MySQL 5.1 via a configuration file (my.cnf) use 0/1 as values. For example: `audit_json_file=1`. There seems to be an issue with MySQL 5.1 where boolean configurations with `ON/OFF` values in my.cnf don't work.
* The Audit Plugin will log all activity performed by the SQL thread of a slave server. To turn it off, whitelist the empty user by setting: `audit_whitelist_users='{}'`.
* The above list may be incomplete. To view all available AUDIT system variables run: `mysqld --help --verbose`