Documentation Home
MySQL 8.0 C API Developer Guide
Download this Manual
PDF (US Ltr) - 1.3Mb
PDF (A4) - 1.3Mb


5.4.34 mysql_get_server_info()

const char *
mysql_get_server_info(MYSQL *mysql)

Description

Returns a string that represents the MySQL server version (for example, "8.0.36").

Return Values

A character string that represents the MySQL server version.

Errors

None.