Hi all,
i'm new with mysql and c++ and i have to wrote an application which insert data in a mysql
database. I want data to be encrypt so i search on the web and i saw that mysql support
SSL now.
I saw in the archive the question on SSL and C++ but i want more details :
- how to set ssl options ? I have found the mysql_ssl_set but it is C code and i'm not
sure i can use it in C++ code... I think i can... Can i do this?
- to connect to the database, should i use the connect function in MySQL++ or since i'm
using mysql_ssl_set, should i use mysql_real_connect of the C API ?
Thanks in advance and sorry for my english!!
lm.