Is there a step-by-step instruction on how to enable SSL on MySQL 4 on win32
platform?
Or is it possible to get an encrypted communication when I'm connecting to
MySQL server from the command line:
C:> mysql -u user -p
mysql> select * from <table> ....
Withouth encrypted session, those password and the result sets(including the
select statement) will be exposed as clear text.
Thanks
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?unsub=gcdmd-internals [at] m.gma ne.org
