Encrypting Binary Logs
Instructions for enabling encryption for binary logs and relay logs using the `encrypt_binlog` system variable to protect data modifications stored on disk.
Basic Configuration
[mariadb]
...
# File Key Management
plugin_load_add = file_key_management
file_key_management_filename = /etc/mysql/encryption/keyfile.enc
file_key_management_filekey = FILE:/etc/mysql/encryption/keyfile.key
file_key_management_encryption_algorithm = AES_CTR
# Binary Log Encryption
encrypt_binlog=ONEncryption Keys
Key Rotation
Enabling Encryption
Disabling Encryption
Understanding Binlog Encryption
Effects of Data-at-Rest Encryption on Replication
Effects of Data-at-Rest Encryption on mariadb-binlog
Last updated
Was this helpful?

