IDEA 中 EasyCode插件 使用注意

 

Connection to MySQL - [email protected] failed.
[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.
出现以上问题 说明你用的是自带的MySQL8.x版本 ,而你安装的MySQL非8.x版本

 解决方案

方案一、点击下图圈红位置  选择你版本的驱动

IDEA 中 EasyCode插件 使用注意

 

方案二、在你数据库名后添加

?serverTimezone=GMT 

因为MySQL8.x需要时区  如:  hw?serverTimezone=GMT

相关文章:

  • 2021-09-21
  • 2021-08-09
  • 2022-01-24
  • 2021-07-17
  • 2021-07-08
  • 2021-08-01
  • 2022-12-23
  • 2021-07-31
猜你喜欢
  • 2021-09-02
  • 2021-11-02
  • 2021-05-13
  • 2021-11-18
  • 2021-08-11
  • 2021-11-05
  • 2021-12-22
相关资源
相似解决方案