返回顶部
首页 > 资讯 > 数据库 >Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
  • 822
分享到

Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

mybatismavenmysql 2023-10-04 10:10:07 822人浏览 泡泡鱼
摘要

Cause: com.Mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure 发生这个错误可能是url的路径写错了,也可能是mysql的服务

Cause: com.Mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

发生这个错误可能是url的路径写错了,也可能是mysql的服务忘记开启,所以检查mysql服务是否开启。

以下为我的配置与错误消息(我是忘记开服务,所以为connectionException 连接异常),供大家参考

 

 

SqlMapConfig.xml 全局配置

 

db.properties 配置

passWord是你自己数据库的密码。

mysql服务已开启

则去检查是否是URL的路径错误

这是没有db.properties配置的全局配置

SqlMapConfig.xml 全局配置

jdbc:mysql:///mybatisDb?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai

 

 以上就是我的建议

注意:

mysql5.0的连接驱动是 com.mysql.jdbc.Driver

mysql8.0的连接驱动是com.mysql.cj.jdbc.Driver

来源地址:https://blog.csdn.net/weixin_60387745/article/details/126525939

您可能感兴趣的文档:

--结束END--

本文标题: Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

本文链接: https://lsjlt.com/news/423352.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作