[MDEV-7979] file_key_management plugin is not installable at runtime Created: 2015-04-11 Updated: 2015-10-07 Resolved: 2015-04-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Plugins |
| Affects Version/s: | 10.1.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
I don't see how to install file_key_management plugin at runtime.
and the error log says
Both are not very helpful. |
| Comments |
| Comment by Sergei Golubchik [ 2015-04-11 ] |
|
A plugin can perfectly well be installed at run-time. You either add --loose-file-key-management-filename to my.cnf before you started the server (note the loose- prefix). Or you add --file-key-management-filename to my.cnf after the server is started. Then you can install the plugin just fine. |
| Comment by Elena Stepanova [ 2015-04-11 ] |
|
Okay, thanks. |
| Comment by Hartmut Holzgraefe [ 2015-10-07 ] |
|
How would adding --file-key-management-filename to my.cnf after starting the server help with installing the plugin? The variable would still be unset in the running server then, and the plugin will refuse to load ... |
| Comment by Sergei Golubchik [ 2015-10-07 ] |
|
Plugin reads my.cnf and picks up its options, even if loaded at run-time. |