My intent is to have a local port that ultimately forwards to a mysql server on host db.stuff.host.com. However, db.stuff.host.com is only accessible via login.host.com (no root access), and I can't shell in to db.stuff.host.com. So mysql -h db.stuff.host.com works fine from login.host.com, but not my local Win7 computer (ssh is available via msysgit, cygwin, and a GUI program). How can I set things up so that if I run MySQL workbench, say, and point it to localhost:30000, it connects to db.stuff.host.com:3306?
Difficulty: socat and ncat are not and will not be installed.