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