Grails石英插件在从mysql5.5升级到mysql5.6时中断



我正在使用Quartz插件:

compile ":quartz:1.0.2"

在我的BuildConfig.groovy中。这似乎是要使用的Quartz的最新版本。

我正在尝试升级到MySQL 5.6.9,在启动时,我从Quartz收到以下错误:

Message: Couldn't acquire next trigger: You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right
syntax to use near 'OPTION SQL_SELECT_LIMIT=1' at line 1

这似乎是MySql 5.5和MySql 5.6之间的一个突破性变化。

在使用MySql 5.6时,Quartz是否有修复方法或解决方法?

看起来问题与JDBC驱动程序有关。从5.1.6升级到更新的5.1.31版本解决了这个问题。

MySQL 的Quartz JDBCJobStore问题

最新更新