I am trying to connect to a remote SQL Server over SSH.
How can I do this via the terminal?
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