how to install new user defined plugin in mysql
Posted by: Gaurav Garg
Date: January 02, 2018 04:31AM

Hello Team,

Good Morning,

I am new to mysql development. I am writing new plugin for mysql. Its similar to keyring plugin.

I have compiled it successfully and got *.so file for plugin in mysql-server/plugin/my_plugin_name/* directory.

I am not able to use this newly created plugin in by me. How can i install it and use it.

I use following command to install it but its not successful.

mysql> install plugin my_plugin_name soname 'my_plugin_name.so';

am i missing any steps or doing something wrong.

I am new to mysql developemt from source code.

Thank you very much in advance:)

Thanks,

Regards,
Gaurav

Options: ReplyQuote


Subject
Written By
Posted
how to install new user defined plugin in mysql
January 02, 2018 04:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.