Community

On MySQL plugin configuration

(Shlomi Noach) MySQL offers plugin API, with which you can add different types of plugins to the server. The API is roughly the same for all plugin types: you implement an init() function, a deinit(); you declare status variables and global variables associated with your plugin, and of course you im

Read More - Register for Free Membership