1、启动SpringBoot项目出现com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure异常。
2、查询后定位问题是数据库连接不上,服务器异常。
3、方案一:切换数据库为本地地址,重新启动即可。url: jdbc:mysql://127.0.0.1:3306/mysql001?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&characterEncoding=utf-8&allowMultiQueries=trueusername: rootpassword: root
重启后恢复正常。
文章来源:https://www.toymoban.com/news/detail-587369.html
方案二:重启服务器,恢复数据库服务之后,再重启即可。文章来源地址https://www.toymoban.com/news/detail-587369.html
到了这里,关于数据库连接bug异常:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure异常的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!