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