Linux Ubuntu 16.04 Cannot connect to any mysql datasource

已回答

I am on Linux Ubuntu 16.04 and have been able to connect to multiple mysql datasource local and remote with MySQL Workbench on this machine.I have been unable to connect to any MySQL datasource (local or remote) using DataGrip.  I checked and double checked settings, and even went back and made sure workbench could still make the connection using the same data, which I can.

The UI spins on "Connecting to database" for so long as to make the entire application completely unusable

1
Avatar
Permanently deleted user

Had the same issue on Mac OS 10.13.3.

/etc/hosts was empty. Adding

127.0.0.1 locahost

solved the problem o_O

1

请先登录再写评论。