0

I am trying to connect to a remote SQL Server over SSH.

How can I do this via the terminal?

Paul
  • 4,511

1 Answers1

0

First connect to remote server using ssh tunnelling

ssh @

and once you are connected to remote server you can access mysql using mysql -h -u -p