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

原因是少了时区,加&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

猜你喜欢

转载自www.cnblogs.com/xiaostudy/p/12329426.html