Comments - Manually rotation of the innodb system table encryption key on MariaDB 10.5

2 years, 4 months ago Vladislav Vaintroub

That does not work, and MySQL's encryption implementation, which came years after MariaDB has nothing in common with MariaDB.

This file_key_management does not support key versions and thus no rotations. ALTER TABLE is for user tables, but for system tables it does not.

So the answer is , you can't rotate encryption key with a plugin that does not support rotations.

 
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.