mysql报错Exception in thread "main" java.sql.SQLException: ERROR 1105 (HY000): unsupported flag 1

Exception in thread "main" java.sql.SQLException: ERROR 1105 (HY000): unsupported flag 1

mysql的connection中添加:

"characterEncoding=UTF-8&useServerPrepStmts=true" +
"&useCursorFetch=true&defaultFetchSize=5000&rewriteBatchedStatements=true"
导致以上报错。具体原因需要进一步确认

posted on 2017-11-09 13:09  fann  阅读(1622)  评论(0编辑  收藏  举报