我在尝试使用DBeaver中的ssl连接到Google Cloud SQL MySQL实例时遇到“拒绝访问”错误。
我能够
为什么会出现这种情况的任何建议?
答案 0 :(得分:0)
You can add connection with SSL support, at least in latest version for today (5.1). Create connection as usual, then skip testing and go to next step, then on SSL tab select "Require SSL" and unselect other checkboxes if selected, then test the connection.
答案 1 :(得分:0)
在dbeaver中,可以使用ssl连接配置,但该配置无法正常工作且尚未实现,我花了一天的时间才发现这是由于dbeaver错误引起的。如果您需要通过ssl连接到Postgres,则可以改用“ DataGrip”。 如此处所述: https://dbeaver.io/forum/viewtopic.php?f=2&t=1921 “目前,DBeaver不支持现成的SSL连接。 如果您熟悉Java,可以尝试手动配置它(说明位于https://jdbc.postgresql.org/documentati ... lient.html)。
轻松的SSL支持已在TODO中,并将在下一个版本中添加。'