SET GLOBAL audit_log_enabled = OFF;
Multiple data-writing strategies allow you to balance performance and reliability, including ASYNCHRONOUS (default, high performance) and SYNCHRONOUS (immediate writing to disk). Installation and Setup percona audit log plugin
:Run this SQL command in your MySQL client: INSTALL PLUGIN audit_log SONAME 'audit_log.so'; Use code with caution. Copied to clipboard Verify Activation :Check the plugin status with: SET GLOBAL audit_log_enabled = OFF
To persist across restarts, add to my.cnf : including ASYNCHRONOUS (default