Bootstrap

org.quartz.JobPersistenceException

Caused by: org.quartz.JobPersistenceException: Couldn't retrieve trigger: Table 'framework.QRTZ_TRIGGERS' doesn't exist [See nested exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'framework.QRTZ_TRIGGERS' doesn't exist]


mysql默认对数据表名字是区分大小写的,在my.cnf里面加一行lower_case_table_names=1,这样mysql就对表名,不区分大小写了。

;