const char * mysql_get_server_info(MYSQL *mysql)
返回表示 MySQL 服务器版本的字符串(例如,"8.4.0")。
"8.4.0"
表示 MySQL 服务器版本的字符串。
无。