27.7.6.27 mysql_get_client_info()

const char *mysql_get_client_info(void)

Description

Returns a string that represents the MySQL client library version (for example, "5.7.32").

The function value is the version of MySQL that provides the client library. For more information, see Section 27.7.3.5, “C API Server Version and Client Library Version”.

Return Values

A character string that represents the MySQL client library version.

Errors

None.