const char * mysql_get_server_info(MYSQL *mysql)
Returns a string that represents the MySQL server version (for example, "8.4.2").
"8.4.2"
A character string that represents the MySQL server version.
None.