Ilya Y
Ilya Y

Reputation: 844

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

I can't connect to the database. What can it be connected with?

enter image description here

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

Upvotes: 1

Views: 281

Answers (1)

y.bedrov
y.bedrov

Reputation: 6034

Possible workarounds:

  • In DataSource configuration window go to Advanced tab and set serverTimezone property to UTC.
  • Or switch DataSource driver to MySQL Connector/J for 5.1 (my version is 5.1.46)

Related issue on YouTrack: https://youtrack.jetbrains.com/issue/DBE-7727

Upvotes: 3

Related Questions