Re: Subject: Mini-HOWTO: MySQL over SSH tunnel

2001-08-19 Thread Christian Jaeger
At 0:17 Uhr +0200 20.8.2001, David Tonhofer wrote: >4) Make sure user 'fred' has an account on machine 'foo'. Unfortunately >this must be an account with a shell :-( You could probably write a pseudo-shell and put that into /etc/passwd (i.e. #!/usr/bin/perl while(){exit if /^exit$/m; print "T

Subject: Mini-HOWTO: MySQL over SSH tunnel

2001-08-19 Thread David Tonhofer
>Description: Text that may or may not be added to the MySQL manual >How-To-Repeat: >Fix: Hello, As there is a description about using an SSH tunnel with Windows in the MySQL doc, I thought a text about using an SSH tunnel with UNIX might be in order. If you think the text below might wa