From 98de091a5d77ed0792ea163280f6af7fbd1d024c Mon Sep 17 00:00:00 2001 From: guylichtman Date: Tue, 11 Dec 2012 14:38:00 -0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Configuration.md b/Configuration.md index f17e4e1..9ad8941 100644 --- a/Configuration.md +++ b/Configuration.md @@ -15,7 +15,5 @@ Available AUDIT Plugin system varaibles: **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 above list may be incomplete. To view all available AUDIT system variables run: - - mysqld --help --verbose +* The above list may be incomplete. To view all available AUDIT system variables run: `mysqld --help --verbose`