Updated Troubleshooting (markdown)
parent
b44a8ff69f
commit
0a438a5fd9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue