Managing Binary Log Encryption
Prerequisites
[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_CTREnabling Encryption
Key Rotation
Reading Encrypted Binary Logs
Method 1: Remote Decryption (Recommended)
Method 2: Local Decryption
Disabling Encryption
️Understanding Binlog Encryption
Behind the Scenes
Effects of Data-at-Rest Encryption on Replication
Effects of Data-at-Rest Encryption on mariadb-binlog
Last updated
Was this helpful?

