问题描述:

IDEA连接本地mysql失败

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

IDEA连接本地mysql失败

IDEA连接本地mysql失败

The specified database user/password combination is rejected: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.

 

翻译一下错误“ The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone”是时区不对,故在URL后面加上?serverTimezone=GMT%2B8   解决问题

IDEA连接本地mysql失败

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-10-04
猜你喜欢
  • 2021-09-22
  • 2021-09-16
  • 2022-12-23
  • 2021-04-13
  • 2021-12-20
  • 2021-11-27
相关资源
相似解决方案