mysql连接失败Could not create connection to database server. Attempted reconnect 3 times. Giving up.

解决方法:

加一个参数:

serverTimezone=UTC
jdbc:mysql://127.0.0.1:3306/springboot-dubbo01?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&failOverReadOnly=false&serverTimezone=UTC

 

posted @ 2020-05-26 18:44  小泉哥  阅读(7617)  评论(0编辑  收藏  举报