The most recent Stable (GA) release of MariaDB Connector/C++ is: MariaDB Connector/C++ 1.1.6
Release date: 2021-06-17
This is a Stable (GA) release of MariaDB Connector/C++.
For a description of this library see the page.
is the interface between C++ applications and MariaDB Server. MariaDB Connector/C++ enables development of C++ applications using a JDBC-based API, which is also used by MariaDB Connector/J.
MariaDB Connector/C++ implements the MySQL protocol using the MariaDB Connector/C API. This release depends on MariaDB Connector/C 3.1.13.
Adds useCharacterEncoding connection string option to control the character set used for connection, input, and results. Includes OPT_SET_CHARSET_NAME and useCharset aliases for compatibility. ()
Adds credentialType connection string option to set the default client-side authentication plugin, similar to MYSQL_DEFAULT_AUTH in MariaDB Connector/C. Includes defaultAuth alias for compatibility. ()
Metadata retrieved from instead of using the Information Schema. ()
CMake generates an error on nesting of flow control statements. ()
CMake fails when called without the -DWITH_SSL=OpenSSL option. ()
Sub-directory install paths include a dot (
./This page is: Copyright © 2025 MariaDB. All rights reserved.