How can I Disable MySQL Audit Log while Server is running?
You can turn off MySQL Enterprise Audit Log without restart of
MySQL , sometimes we wanted to turn off auditing to test some
functionalities in database.
If you wanted to revise about 5 W (what ,why ,where,when,who) about MySQL Enterprise Audit please have a look on my previous blog.
https://mysqlsolutionsarchitect.blogspot.com/2020/05/using-mysql-enterprise-audit-filtering.html
mysql document page:- https://dev.mysql.com/doc/refman/8.0/en/audit-log-installation.html
First Check Whether Audit is running or not?
mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS … |