Why this Hibernate MySQL Connection is read-only?

前端 未结 2 1874
暗喜
暗喜 2021-02-01 04:07

I have an application using Spring with Hibernate on a MySQL database. For some reason, as of the last few days, anytime I try to persist any objects to my database I am getting

2条回答
  •  有刺的猬
    2021-02-01 04:59

    This looks like the bug they have in MySQL Connector/J for versions up to 5.1.6: http://bugs.mysql.com/bug.php?id=38747

    Make sure that version is your case at least 5.1.7

提交回复
热议问题