Can I SSH to MySQL with the GUI tools?

后端 未结 7 1538
臣服心动
臣服心动 2021-01-02 06:23

I have a ubuntu server which I\'ve locked down to only HTTP, HTTPS and SSH (port 30000). On this box I have a MySQL server which 99.9% of the time is only used locally. Ev

相关标签:
7条回答
  • 2021-01-02 07:14

    Set up a tunnel using the SSH client to map a local port, through the tunnel, to a port on the remote machine, then connect to the local port using the client.

    man ssh will have the gory details, but you're probably better off searching the web for something a wee bit easier to read.

    0 讨论(0)
提交回复
热议问题