This is a discussion on MySQL connections over untrusted networks? within the MySQL Database forums, part of the Database Forums category; I have a MySQL database that I want to connect in a safe, encrypted fashion (like over SSL). I know ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |