mysql_server_init
mysql_server_init is an alias for mysql_library_init in MariaDB Connector/C, used to initialize the client library before making any other calls.
Syntax
void mysql_server_init(void );
Description
Call to initialize the library before calling other functions. mysql_server_init() is an alias for mysql_library_init().
See Also