开发者

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

开发者 https://www.devze.com 2023-04-09 15:10 出处:网络
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 th

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

精彩评论

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