http://www.google.com/search?q=openssl+windows&ie=UTF-8&oe=UTF-8
On Monday, June 9, 2003, at 01:43 PM, Sparky Kopetzky wrote:
Does anyone know how to turn the SSL on for mySql for Windows?? I need
to encrypt and decrypt certain items in a database and the manual says
add the OpenSSL package bu
Are you looking to encrypt fields or the entire session between client
and server? SSL is used for the latter, for the former you could look at
the ENCODE and DECODE functions. (See
http://www.mysql.com/doc/en/Miscellaneous_functions.html)
I can use them without openssl being installed.
Regards,