play(1.2.4)+mysql を介して一括挿入を最適化しようとしています。以下を jdbc 構成に追加する (接続文字列に追加する) ことについて話している投稿を見ました: useServerPrepStmts=false&rewriteBatchedStatements=true&useCompression=true
私はやろうとしました:
db=mysql://root@localhost/data?useServerPrepStmts=false&rewriteBatchedStatements=true&useCompression=true
しかし、私はこのエラーが発生します:
A database error occured : Cannot connected to the database, The connection property 'useCompression' only accepts values of the form: 'true', 'false', 'yes' or 'no'. The value 'true?useUnicode=yes' is not in this set.
db=jdbc:mysql://... も使用しようとしました。
まだ運がありません。私は何が欠けていますか?