JMeter5.1开发JDBC协议接口脚本

配置

qzcsbj是连接池名称

jdbc:mysql://localhost:3306/qzcsbj?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true 

qzcsbj是数据库名;userUnicode=true,使用unicode编码;编码是utf8;是否允许多条语句

运行结果

原文地址:https://www.cnblogs.com/uncleyong/p/10990333.html