int mysql_server_init(int argc, char **argv, char
**groups)
This function initializes the MySQL library, which must be done
before you call any other MySQL function. However,
mysql_server_init() is
deprecated and you should call
mysql_library_init() instead.
See Section 23.8.7.40, “mysql_library_init()”.
Zero for success. Nonzero if an error occurred.