Updated Troubleshooting (markdown)
parent
51ff5b1521
commit
b44a8ff69f
|
@ -1,8 +1,8 @@
|
||||||
If the AUDIT plugin fails to install error messages will be logged in the MySQL error log. Log file location can be queried in MySQL by running the following command:
|
If the AUDIT plugin fails to install, error messages will be logged in the MySQL error log. Log file location can be queried in MySQL by running the following command:
|
||||||
|
|
||||||
show global variables like 'log_error';
|
show global variables like 'log_error';
|
||||||
|
|
||||||
Check the error log for AUDIT plugin print outs to better understand what is happening during the install process.
|
Check the error log for AUDIT plugin messages to better understand what is happening during the install process.
|
||||||
|
|
||||||
### Checksum Validation
|
### Checksum Validation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue