Updated Configuration (markdown)

master
guylichtman 2012-12-11 14:38:00 -08:00
parent 6377ad7ea6
commit 98de091a5d
1 changed files with 1 additions and 3 deletions

@ -15,7 +15,5 @@ Available AUDIT Plugin system varaibles:
**Notes:** **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. * 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 above list may be incomplete. To view all available AUDIT system variables run: * The above list may be incomplete. To view all available AUDIT system variables run: `mysqld --help --verbose`
mysqld --help --verbose