Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
Examples: sql::ConnectOptionsMap opts; opts["hostName"]="host1,host2:13001,localhost:13000"; opts["schema"]="test"; opts["OPT_MULTI_HOST"] = true; opts["userName"]="user"; opts["password"]="password"; driver->connect(opts); sql::ConnectOptionsMap ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
(Bug #30126457, Bug #96398) The developer documentation was improved regarding how to decode the bytes received by mysqlx_get_bytes(). (Bug #29038157, Bug #93549) A dependency on the mysql-client-plugins package was removed. This package now is ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
Connector/C++ 8.0.32 also supports GSSAPI through the MIT Kerberos library to add that capability using the authentication_kerberos_client authentication plugin for classic MySQL protocol connections on Windows. (Bug #34680980) Functionality Added ...All generic Linux packages are built using the GNU C Library version ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-1-0.html
MySQL Connector/C++ 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. This release can be used against MySQL Server versions 5.7 and later. Accordingly, the following static ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-31.html
The EMTrace project implements a trace-listener plugin that feeds data back to MySQL Enterprise Monitor using a REST server endpoint. (WL #15158) The MySql.Data.MySqlClient.Memcached namespace and its members now are removed. (Bug #107618, Bug ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-19.html
For example: DRIVER={MySQL ODBC 8.0 Driver};SERVER=_mysql._tcp.foo.abc.com;ENABLE_DNS_SRV=1;USER=user;PWD=passwd; (WL #13403) Confirmed support for compiling with VS2019, and for supporting the Visual C++ 2019 redistributable. (WL #13564) When ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-26.html
(WL #14217) Added the ability to connect to MySQL server accounts that use the authentication_kerberos plugin, including support for user-less and password-less Kerberos authentications. (Bug #32763378, Bug #103287) Systems with both GTK versions 2 ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1.0 and TLSv1.1 connection protocols are now deprecated and support for them is subject to removal in a future Connector/ODBC ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-27.html
(WL #14709) In Connector/ODBC 8.0.26, the capability was introduced for applications that use the classic MySQL connections for accounts that use the authentication_kerberos server-side authentication plugin, provided that the correct Kerberos ...To ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-28.html
(WL #14657) Bugs Fixed Microsoft Access could unexpectedly halt when browsing MySQL linked tables when columns in the tables had gaps; and for roughly 100+ record tables as the ODBC driver was incorrectly using memory allocating functions from ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-31.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...