On Wed, 4 Jul 2001, Caroline Leclerc wrote:

> Hi,
>
> Sorry to send this mail to the mailing list but I browsed all the
> archives concerning a secure connection without success.

> I did the following:
> ssh -l username mysqlserver -L 222:mysqlserver:3306 -N

a) Try using port 3306 locally if you can.  I do a similar thing with
the Windows client from SSH.com - tunnel my local 3306 to the server's
3306.  If that alone works, start thinking :>  If not, well, it was a
random shot in the dark.

b) Check that the mysql server thinks you are coming form where you
think you are coming.  Ie, check your permissions tables.  I think this
is the same one that bit me, where I thought I'd be connecting as
user@localhost via the tunnel, but it was actually [EMAIL PROTECTED]

-- 

Sapere aude
My mind not only wanders, it sometimes leaves completely.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to