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]