Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.4.20
-
Windows Server 2016
Description
I already install mariadb version 10.4.20
and add config for encryption
plugin-load-add = file_key_management
|
file_key_management_filename = C:/Program Files/MariaDB 10.4/data/key_maria_nbc.txt |
file_key_management_encryption_algorithm = AES_CTR
|
innodb-encrypt-tables
|
but I got this error message
2021-10-11 14:07:23 0 [ERROR] C:\Program Files\MariaDB 10.4\bin\mysqld.exe: Error while setting value 'AES_CTR' to 'file-key-management-encryption-algorithm' |
2021-10-11 14:07:23 0 [ERROR] Parsing options for plugin 'file_key_management' failed. |
2021-10-11 14:07:23 0 [ERROR] InnoDB: cannot enable encryption, encryption plugin is not available |
2021-10-11 14:07:23 0 [ERROR] Plugin 'InnoDB' init function returned error. |
2021-10-11 14:07:23 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. |
2021-10-11 14:07:23 0 [Note] Plugin 'FEEDBACK' is disabled. |
2021-10-11 14:07:23 0 [ERROR] C:\Program Files\MariaDB 10.4\bin\mysqld.exe: unknown variable 'file_key_management_filename=C:/Program Files/MariaDB 10.4/data/key_maria.txt' |
|