使用 MySQL Workbench 从 Windows 连接到远程 MySQL DB (Linux)。远程数据库连接需要本地套接字
Linux 服务器仅允许通过其本地套接字进行连接。
--socket=/tmp/mysql5.sock
我想使用 MySQL Workbench 连接到数据库,但不知道如何指定那里的套接字路径。 使用 Standard TCP/IP over SSH
连接,我提供 SSH 连接参数、数据库名称、用户名等。
非常感谢任何帮助。
The Linux Server only allows connection over it's local socket.
--socket=/tmp/mysql5.sock
I want to connect to the Database using MySQL Workbench, but don't know how to specify the socket path there.
Using the Standard TCP/IP over SSH
connection I'm providing the SSH connection parameters, Databasename, username, etc.
Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试设置到计算机的 SSH 隧道:
http://realprogrammers.com/how_to/set_up_an_ssh_tunnel_with_putty.html
当我需要在任何地方进行 SSH 时,我在 Windows 上使用 PuTTY。这些说明相当详尽。
Try setting up an SSH tunnel to the machine:
http://realprogrammers.com/how_to/set_up_an_ssh_tunnel_with_putty.html
PuTTY is what I use on Windows when I need to SSH anywhere. The instructions are fairly thorough.