当前位置:Gxlcms > 数据库问题 > 使用jmeter执行多条sql语句

使用jmeter执行多条sql语句

时间:2021-07-01 10:21:17 帮助过:4人阅读

在配置DataBase URL的时候,加上allowMultiQueries=true参数如:

jdbc:MySQL://127.0.0.1:3306/mysql?allowMultiQueries=true

 

2、【JDBC Request】 在jdbc请中,Query Type一定要选择 Callable statement,使用Callablestatement时,一次可以包含多个SQL,但非结尾的SQL要加“;” 

使用jmeter执行多条sql语句

标签:str   url   ase   database   csdn   ble   call   replace   包含   

人气教程排行