MySQL 監査ログのローテション
  MySQL Enterprise Auditで取得した監査ログをMySQL Utilitiesを利用して、
  定期的にローテーション出来るかどうか確認してみました。
Audit Logのローテーションとしては、以下の2パターンがあります。
  1) ログサイズによる自動ローテーション
  sysvar_audit_log_rotate_on_size
  If the audit_log_rotate_on_size value is greater than 0,
  the audit log plugin closes and reopens its log file
  if a write to the file causes its size to exceed this value.
2) …
[さらに読む]