Updated Troubleshooting (markdown)

master
guylichtman 2012-07-17 13:47:50 -07:00
parent b44a8ff69f
commit 0a438a5fd9
1 changed files with 6 additions and 0 deletions

@ -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. 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: 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 > Audit Plugin: Couldn't find proper THD offsets for: MYSQL_VERSION