Loading... Cancel

JDBC - MySQL: Incorrect arguments to mysql_stmt_execute R

October 12th, 2006

Have you ever faced this problem?
very known problem though… i am posting my blog so i can find it out later….
just simple solution append this “?useServerPrepStmts=false” string to your jdbc uri
for example: url=jdbc:mysql://localhost/escenic?useServerPrepStmts=false

it is a BuG filed over here
http://bugs.mysql.com/bug.php?id=11084