This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-16. For the latest, interactive version please visit https://mariadb.com/kb/.

Log files encryption

Which keys are used for encrypting InnoDB logs? is It the key with id=1 when creating the key files in file key management plugin or the default key or any other keys?

Answer Answered by Geoff Montee in this comment.

InnoDB uses the encryption key with ID 1 to encrypt the InnoDB redo log. See Encrypting Data for InnoDB / XtraDB: Encryption Keys.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.