> -----Original Message-----
> From: Peter Rønning [mailto:[EMAIL PROTECTED]

> I'm planning to set up an MySQL database on a server, and 
> connect to it
> over the internet (no connection to a website or anything, just a
> private db server). Just wondering what is the recomended way 
> to do it,
> port forwarding over SSH, or using SSL. I'm leaning towards using SSH,
> since I have already gotten that to work and it provides a secure
> channel for the data transfer (which is all I need, really). 

It doesn't make any difference from MySQL's perspective whether you use SSL
or SSH.  I'd use whichever you're more comfortable with and find suits your
needs better.  SSH is a little more flexible when it comes to authentication
method.  SSL is more widely supported in software libraries if you plan on
writing a custom client.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to