sctom123 发表于 2013-2-3 14:19:00

java.sql.SQLException: Incorrect arguments to mysql_stmt_execute

在执行Testcase的时候,出现了java.sql.SQLException: Incorrect arguments to mysql_stmt_execute错误。最后查到是因为 JDBC Connection url 少加了useServerPrepStmts=false 参数,然后从网上找到 这个参数的说明:
<div class="quote_title">引用
页: [1]
查看完整版本: java.sql.SQLException: Incorrect arguments to mysql_stmt_execute