Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.1.4
-
None
-
Red Hat Enterprise Linux Server release 6.5
Description
I can't install file_key_management, but use same command can install other plugin.
MariaDB [test]> install soname 'file_key_management'; |
ERROR 29 (HY000): File '' not found (Errcode: 2 "No such file or directory") |
and the error log says
150603 13:09:13 [ERROR] Plugin 'file_key_management' init function returned error. |
150603 13:09:13 [ERROR] Plugin 'file_key_management' registration as a ENCRYPTION failed. |
I follow the MDEV-7979 suggestion, use --loose
[root@ ~]# service mysql restart --loose-file-key-management-filename
|
Shutting down MySQL.. [ OK ]
|
Starting MySQL.. [ OK ]
|
But I still have error
MariaDB [test]> install soname 'file_key_management'; |
ERROR 29 (HY000): File '--log-error=/var/lib/mysql/test.err' not found (Errcode: 2 "No such file or directory") |