mysql server keyring Plugin installation -
i have mysql server installed on linux ubuntu , trying install keyring plugin. have edited my.cnf file located @ /etc. file intially empty added below content it
[mysqld] early-plugin-load=keyring_file.so
after doing server restart , ran below query in workbench , 0 results
select plugin_name, plugin_status information_schema.plugins plugin_name 'keyring%';
i trying follow tutorial https://dev.mysql.com/doc/refman/5.7/en/keyring-installation.html
this resolved having value in file /etc/mysql/my.cnf
Comments
Post a Comment