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