JetBrains 无法连接托管 MySQL 数据库

JetBrains can not connect with a Hosted MySQL Database

我有一个来自托管服务 (strato.de) 的 MySQL- 数据库。我尝试将 JetBrains DataGrip 与这个 MySQL 数据库连接起来。我尝试连接,但每次都超时。所以我用 SSH 尝试了一下,但出现了这个错误:

[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up. java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

我不明白这个问题...是防火墙阻止了连接吗? 如何将 JetBrains 连接到我的托管 MySQL-数据库?

确保您的托管服务提供商为外部连接公开了 MySQL 数据库端口。 您是否尝试通过 MySQL Workbench 连接?

以防万一阅读JetBrains help topic