From: Warren Young Date: May 23 2005 3:33pm Subject: Re: SSL support in mysql++? List-Archive: http://lists.mysql.com/plusplus/4429 Message-Id: <4291F7C6.10905@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Israel Fdez. Cabrera wrote: > I'd like to know if mysqlpp library has SSL connection support I don't believe there is explicit SSL support, but I don't think it is necessary that MySQL++ have explicit support for it, either. Connection::real_connect() is a thin wrapper around mysql_real_connect(), the function you'd use with the C API to get an SSL connection.