const char * mysql_get_server_info(MYSQL *mysql)
返回表示 MySQL 服务器版本的字符串(例如,"5.7.40")。
"5.7.40"
表示 MySQL 服务器版本的字符串。
没有任何。