Cyber Monkey wrote:
> 
> I have found an isp that will leave port 3306 open for me to talk to the mysql 
>server, my question is....
> 
> Is anything sent over this connection secure, if not is there some way of encrypting 
>it such as ssl?

Yes.. you ssh like here
www.ssh.com
www.openssh.org


and do not communicate with the server over port 3306 but over a
tunneled
connection via ssh.

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