Hi all,
I would like to force a rotation of the audit.log on an instance, it wasn’t set up
Is there a way to rotate the log withour restarting the intance?
I’ve set
audit_log_rotate_on_size = 10485760
AND
mysql> set global audit_log_flush=ON;
Query OK, 0 rows affected (0.00 sec)
mysql> set global audit_log_flush=OFF;
Query OK, 0 rows affected (0.00 sec)
But nothing happens and the size remains the same.
Server version: 8.0.23-14.1 Percona XtraDB Cluster (GPL), Release rel14
Thank you for any suggestion!!