Comments - Encryption Key Management
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.
file_key_management_encryption_algorithm - works for me
you need also install plugin using SQL command:
install plugin FILE_KEY_MANAGEMENT soname 'file_key_management';
The plugin installation will work is configuration is correct - the errors will describe where the potential mistake appears.
Thanks.
The *_algorithm is the right one, I've already managed to make it work. There was a problem of file rights (the files where only root readable, but the mysqld switched to mysql before reading).