mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-16 01:22:20 +00:00
Updated docs on SSL
This commit is contained in:
@@ -55,6 +55,9 @@ void main_impl(int argc, char** argv)
|
||||
argv[2], // password
|
||||
"mysql_asio_examples" // database to use; leave empty or omit the parameter for no database
|
||||
);
|
||||
// connection_params accepts an optional ssl_options argument describing
|
||||
// whether to use TLS on the connection or not. By default, TLS is enabled
|
||||
// and required.
|
||||
|
||||
boost::asio::io_context ctx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user