arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

mysql_library_init

hashtag
Syntax

int mysql_library_init(int argc, char **argv, char **groups)

hashtag
Description

Call to initialize the library before calling other functions, both for embedded servers and regular clients. If used on an embedded server, the server is started and subsystems initialized. Returns zero for success, or nonzero if an error occurred.

Call to clean up after completion.

circle-info

mysql_server_init() is an alias.

hashtag
See also

mysql_library_end()
mysql_library_end()
spinner