Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用了 DBeaver(数据库管理工具)并遇到了这种类型的错误
看起来您正在尝试通过 SSH 连接到 MySQL 实例。最可能的问题是远程服务器不接受 SSH 连接。如果您在命令行尝试以下操作,您可以建立连接吗?(如果您使用的是 Linux,则使用 Bash,如果您使用的是 Windows,则使用 putty)
ssh <user>@<remotehost>
同样重要的是要提到您可能有两套您在这里使用的凭据。连接到 SSH 服务器的凭据不一定与连接到 MySQL 数据库的凭据相同。