I'm trying to get to a mysql server on a remote network, and to get to it I currently have to do several ssh hops, so I can use the mysql command line interface. I'd really like to do a mulit-hop tunnel so I can just use a gui from my desktop. How would this work?
Here's the order:
MacDesktop --> DevServer -->StageServer --> Mysql01
All (except the mac desktop)are linux boxes, and mysql is running on the standard port. Any Hints? Or an exact connection string?