|
|
|
|
|
by lugg
2706 days ago
|
|
This sounds like a docker network problem more than an issue with dbeaver. Try binding MySQL to 0.0.0.0 (all interfaces) instead of 127.0.0.1 (loopback). That said, 127.0.0.1 should be fine provided you connect through the service name or the docker container IP), connecting via 127.0.0.1 doesn't make sense. Then again, it's docker on Mac, so I don't really know. Fwiw, also used sequel pro on Mac, moving to Linux dbeaver was the only thing that came close. Now I don't really mind either but dbeaver is a bit quirky overall. |
|