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