I am working on a server plugin for MySQL and I need to install the correct header files. I've look around the internet and all I can find is libmysqlclient-dev
, which is for client dev. I need to install a server development package so I can include headers such as mysql/plugin_auth.h
.
Can this be done?