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.
我有一台可以通过 SSH 连接的服务器,该服务器正在运行 mysql。我无法通过端口 3306 访问。很多年前,我使用 SSH 隧道解决了这个问题,但目前无法让它工作。我以为我在哪里使用的步骤
1) 通过 putty 连接到服务器上的命令提示符 2) 发出一些命令来设置隧道 3) 通过 127.0.0.1 连接 MySQL Workbench,它将数据包转发到服务器。
是第 2 步给我带来了问题。我正在从 Windows 连接到 Enterprise Linux 5。
我不知道确切的答案是什么。但我建议看以下。
use plink.exe
或使用以下链接设置从 windows 到 linux 的隧道。
https://howto.ccs.neu.edu/howto/windows/ssh-port-tunneling-with-putty/