吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 805|回复: 6
收起左侧

[求助] 报错原因如下,应该是MySQL连接问题

[复制链接]
FuF 发表于 2022-6-2 16:21
我百度到了解决方案,是修改在my.ini中最下面加入下面两个参数:
wait_timeout=31536000  interactive_timeout=3153600
但是不是很能理解为什么,因为后台写有连接数据库的定时任务。求助大佬可以稍微说下原因嘛,万分感谢,萌新JAVA开发求助!!!
[Java] 纯文本查看 复制代码
--- The error occurred while applying a parameter map.  
--- Check the getDeleIdAndReceiIDByMap-InlineParameterMap.  
--- Check the statement (query failed).  
--- Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: The last packet successfully received from the server was 35,469,933 milliseconds ago. The last packet sent successfully to the server was 35,469,933 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

namedlxd 发表于 2022-6-2 19:20
jdbc的url上加个这个参数吧autoReconnect=true,它提示的有
 楼主| FuF 发表于 2022-6-6 00:17
namedlxd 发表于 2022-6-2 19:20
jdbc的url上加个这个参数吧autoReconnect=true,它提示的有

使用过这个autoReconnect=true,百度上都是说的,这个参数值针对4以前的版本
namedlxd 发表于 2022-6-6 18:09
信息太少了,建议补充一下mysql版本,jdbc版本等等
 楼主| FuF 发表于 2022-6-7 19:01
namedlxd 发表于 2022-6-6 18:09
信息太少了,建议补充一下mysql版本,jdbc版本等等

大佬,MySQL版本8.0.26,JDBC版本:mysql-connector-java-8.0.26.jar
namedlxd 发表于 2022-6-8 12:57
这个本质上就是时间太长了断开连接了。解决方案有以下几个:
1. 减少连接存活时间
2. 定期使用连接(类似心跳)

配置也很简单,网上都有,建议自己多看看

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
FuF + 1 + 1 谢谢@Thanks!

查看全部评分

 楼主| FuF 发表于 2022-6-8 17:19
namedlxd 发表于 2022-6-8 12:57
这个本质上就是时间太长了断开连接了。解决方案有以下几个:
1. 减少连接存活时间
2. 定期使用连接(类似 ...

好的,好的,万分感谢大佬的解答
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 12:36

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表