adam nelson writes:
> Has anyone used a mysql gui that works securely over the internet
> (through ssh?).  Currently I use ssh to do command line mysql, but I
> thought that a gui on my desktop might work well.
> 
> I can't afford a vpn, so that isn't an option.
> 
> -Adam
> 

This is a least problem. Use SSH1 or SSH2 tunnel like this:

ssh2 +C -L 3307:192.168.0.81:3306 [EMAIL PROTECTED]

and set mysqlgui options to connect to port 3307 on the localhost.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
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