From 0a438a5fd9e95c18b308ae42afdfe3030ef123a9 Mon Sep 17 00:00:00 2001 From: guylichtman Date: Tue, 17 Jul 2012 13:47:50 -0700 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 479ce95..b41408a 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -16,6 +16,12 @@ In this case, you can try to disable the checksum verification. To disable check Then try installing the AUDIT plugin either via plugin-load configuration option (restart) or by issuing the INSTALL PLUGIN statement. +**Note:** we recommend adding to my.cnf also the plugin-load configuration option: + + plugin-load=AUDIT=libaudit_plugin.so + +Otherwise when mysqld is restarted it won't recognize the `audit_validate_checksum` option and fail starting up. + When checksum validation is turned off, AUDIT plugin will still search for valid offsets according to the MySQL version and perform basic validation on the offsets. If you still see in the error log the message: > Audit Plugin: Couldn't find proper THD offsets for: MYSQL_VERSION