mysql_get_client_version

Syntax

unsigned long mysql_get_client_version(void);

Description

Returns a number representing the client library version.

To obtain a string containing the client library version use the mysql_get_client_info() function.

See also

Last updated

Was this helpful?