All pages
Powered by GitBook
1 of 1

Loading...

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

  • mysql_library_init()

  • mysql_library_end()

spinner