Hai Daniel

    See this link http://www.mysql.com/doc/en/Secure_requirements.html .
Hope it wil help you.

Create mysql.pem and start dameon with
#
./mysqld_safe --user=mysql --ssl-key=/tmp/mysql.pem --ssl-cert=/tmp/mysql.pe
m --ssl-ca=/tmp/mysql.pem

and connect mysql with the following option

#
./mysql --ssl-key=/tmp/mysql.pem  --ssl-cert=/tmp/mysql.pem --ssl-ca=/tmp/my
sql.pem


Thanks
Mathan
www.visolve.com

----- Original Message ----- 
From: "Daniel Kiss" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 20, 2003 5:29 PM
Subject: SSL connection


Hi all,

I would like to know how to set up the ssl parameters in the my.cnf file.
Where can I find a complete example for this, or where is the detailed
description of it in the MySQL documentation?

Thanks,



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



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

Reply via email to