SpringBoot启动报错Couldn‘t retrieve trigger: Table ‘xxx.QRTZ_TRIGGERS‘ doesn‘
启动项目的时候发现定时任务的表查询不到了,一直在报错,以下是踩坑日志大家仔细品位一下!
1.查询MYSQL服务是否忽略大小写;
show variables like 'lower_case_table_names';
发现是关闭的,然后我有查询了一下服务器的配置文件是否生效了:
vi /etc/my.cnf
正常配置MYSQL服务的话需要添加如图:
lower_case_table_names = 1
发现配置没有问题,然后我重启了一下MYSQL服务
[root@]# service mysql restart
Warning: World-writable config file '/etc/my.cnf' is ignored
Warning: World-writable config file '/etc/my.cnf' is ignored
Shutting down
SpringBoot启动报错Couldn‘t retrieve trigger: Table ‘xxx.QRTZ_TRIGGERS‘ doesn‘最先出现在Python成神之路。
共有 0 条评论