首页 > 数据库技术 > 详细

【mysql】【springboot】启动报错Could not create connection to database server. Attempted reconnect 3 times. Giving up

时间:2020-02-19 01:08:21      阅读:248      评论:0      收藏:0      [点我收藏+]

原因是少了时区,加&serverTimezone=UTC

jdbc:mysql://127.0.0.1:3306/my_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false&serverTimezone=UTC

参考文章:https://www.cnblogs.com/flyingDragon/p/11268920.html

【mysql】【springboot】启动报错Could not create connection to database server. Attempted reconnect 3 times. Giving up

原文:https://www.cnblogs.com/xiaostudy/p/12329426.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!