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.

Comments

Comments loading...
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.