View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 10:20 AM
Captain Paralytic
 
Posts: n/a
Default Re: MySQL connections over untrusted networks?

On 31 Jul, 14:12, Ignoramus30330 <ignoramus30...@NOSPAM.30330.invalid>
wrote:
> I have a MySQL database that I want to connect in a safe, encrypted
> fashion (like over SSL).
>
> I know that I can set up an SSH tunnel, but does MySQL support
> encrypted connections?
>
> i


What's wrong with:
http://dev.mysql.com/doc/refman/5.0/...nnections.html

Reply With Quote