Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: 10.1.4
-
Fix Version/s: N/A
-
Component/s: Encryption, Plugins
-
Labels:None
-
Environment: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")
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-7979 file_key_management plugin is not installable at runtime
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
The command line option --file-key-management-filename (with --loose or without) requires an argument, the file name.