Can I SSH to MySQL with the GUI tools?

后端 未结 7 1580
臣服心动
臣服心动 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:09

    SSH/HTTP tunneling in SQLyog is good. There is public/private key authentication which adds an additional layer of security.

    enter image description here

提交回复
热议问题