美文网首页
No operations allowed after conn

No operations allowed after conn

作者: 昵称违规 | 来源:发表于2020-04-09 17:57 被阅读0次

springboot hikari 连接数据库总是报这个警告  修改max-lifetim不起作用

解决办法https://blog.csdn.net/liujianchen_linux/article/details/103957722

首先在mysql中执行 

SHOW VARIABLES LIKE "%timeout%";

得到结果:

坑就坑在这里了,这里查出来的wait_timeout的值显示的是28800秒,误导我以为数据库配置的wait_timeout就是28800,然而并不是,一次偶然的机会,执行了下 vim /etc/my.cnf ,

好了,问题找到了,把这项改成28800(8小时),再重启mysql

service mysqld restart

相关文章

网友评论

      本文标题:No operations allowed after conn

      本文链接:https://www.haomeiwen.com/subject/lxqhmhtx.html