数据库未连接。它可以连接什么?

The database is not connected. What can it be connected with?

我无法连接到数据库。可以连接什么?

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

可能的解决方法:

  • 在数据源配置中 window 转到“高级”选项卡并将 serverTimezone 属性 设置为 UTC。
  • 或者将 DataSource 驱动切换到 MySQL Connector/J for 5.1(我的版本是 5.1.46)

YouTrack 上的相关问题:https://youtrack.jetbrains.com/issue/DBE-7727