当前位置:   article > 正文

常见错误:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure解决

常见错误:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure解决

最常见错误:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure,如下图:

定位报错位置: 

 

从代码上看,前一步说明jdbc驱动加载成功了,到了这一步报错,无非是传进去的是参数问题,没报用户和密码错误那就是url参数的问题。 

本例中原来的参数是 jdbc:mysql://xx.xx.xx.xx:3306/qyhua,改成以下参数,问题解决。

  1. jdbc:mysql://xx.xx.xx.xx:3306/qyhua?timeZone=TMC&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useTimezone=true&serverTimezone=GMT%2B8"

总结:这种小错误非常见,各种连接池底层也是使用jdbc加载,它们报错通过也是url参数问题。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/482843
推荐阅读
相关标签
  

闽ICP备14008679号