idea 连接mysql 出现
Connection to [email protected] failed.
[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.处理
用户名和密码都正确,想起jdbc有时需要设置时区
在数据路径后面加上:【?serverTimezone=GMT】
相关文章:
idea 连接mysql 出现
Connection to [email protected] failed.
[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.处理
用户名和密码都正确,想起jdbc有时需要设置时区
在数据路径后面加上:【?serverTimezone=GMT】
相关文章: