Mysql 8.0 连接不上

错误:

Connection to @localhost failed.
[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.
 

解决:

1. jdbc不要选错

 com.mysql.cj.jdbc.Driver

2.后面加serverTimezone=UTC

jdbc:mysql://localhost:3306?serverTimezone=UTC

猜你喜欢

转载自blog.csdn.net/l1509214729/article/details/100146675