jdbc:mysql://localhost:3306/data?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true
url中rewriteBatchedStatements=true让mysql批量执行速度提高10倍
最新推荐文章于 2025-06-09 00:03:02 发布

jdbc:mysql://localhost:3306/data?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true