Re: auth and ssh tunnel

2004-10-12 Thread Seth Seeger
I have successfully used this technique on a RedHat server. (I have also seen it fail on Mac OSX running VirtualPC.) What are you using to access MySQL? The command line? (Make sure it's configured to use port 3306 and not looking for a local socket file.) What are the errors given? Can you t

auth and ssh tunnel

2004-10-10 Thread Carl Karsten
I am trying to connect to MySql with an SSH tunnel that terminates on the same box MySqld is running on. I would expect that I do L3306:localhost:3306 and grant access to [EMAIL PROTECTED] This doesn't seem to work. I got this to work on a test box: L3306:my.sql.IP:3306 grant access to [EMAIL PR