jmeter连接数据库报错Cannot create JDBC driver of class 'com.mysql.jdbc.Driver' for connect URL 'jdbc.mysql//localhost:3306/test

问题:

使用jmeter对数据库进行操作,连接数据库报错Cannot create JDBC driver of class 'com.mysql.jdbc.Driver' for connect URL 'jdbc.mysql//localhost:3306/test

 解决:

 JDBC Connection Configuration的Database URL应该使用:   而不是点

路径应为:jdbc:mysql://locahost:3306/test?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true

posted @ 2024-12-20 15:04  灿烂初秋  阅读(18)  评论(0编辑  收藏  举报