quartz2.1.5 调用 scheduler.start()方法时报这样一个异常: 
严重: An error occurred while scanning for the next triggers to fire. 
org.quartz.JobPersistenceException: 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 [See nested exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: 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.1.6-》5.1.44,启动成功,没有仔细去理解原理,之后还需要仔细看下

最新文章

  1. 多线程条件通行工具——CountDownLatch
  2. Mac下设置Android源代码编译环境
  3. VR定制开发、AR定制开发(长年承接虚拟现实、增强现实应用、VR游戏定制开发,北京公司,可签合同)
  4. SpringCloud学习后获取的地址
  5. Swift学习(二)
  6. API文档管理工具-数据库表结构思考.
  7. C++的引用类型的变量到底占不占用内存空间?
  8. clrscr( )用法
  9. poj 3130 How I Mathematician Wonder What You Are!
  10. PHPEXCEL导入小技巧
  11. android脚步---UI界面修改,关于activity中增加按钮和监听
  12. Android -- 从源码带你从EventBus2.0飚到EventBus3.0(一)
  13. python基础——类名称空间与对象(实例)名称空间
  14. 第一册:lesson forty
  15. Codeforces 380D Sereja and Cinema (看题解)
  16. CentOS安装SVN客户端
  17. centos7 计划任务 crontab的使用
  18. 做了一个vue的同步tree 的npm组件包
  19. 216. 组合总和 III
  20. 转!!CMPP 网关错误码说明

热门文章

  1. Java的Regex --正则表达式
  2. Python 异常处理(Try...Except)
  3. springMVC:SSM整合
  4. MFC OCX 控件事件的添加和处理
  5. 调用servlet报The requested resource is not available.
  6. VS 2017 没有工具栏中没有Report Viewer的解决方案
  7. web.xml中filter加载顺序出现的问题
  8. Maven - Eclipse例子
  9. PAT Advanced 1151 LCA in a Binary Tree (30) [树的遍历,LCA算法]
  10. spring boot2 运行环境