Aria Encryption Overview
Introduction to encrypting Aria tables, covering the necessary system variables (`aria_encrypt_tables`, `encrypt_tmp_disk_tables`) and how to verify encryption status by inspecting data files.
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
# Aria Encryption
aria_encrypt_tables=ON
encrypt_tmp_disk_tables=ONDetermining Whether a Table is Encrypted
Encryption and the Aria Log
Last updated
Was this helpful?

