开发者

Connect to remote MySQL DB (Linux) from Windows using MySQL Workbench. Remote DB Connection requires local Socket

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 p开发者_如何学Goarameters, Databasename, username, etc.

Any help is greatly appreciated.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜