Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-30.html
Version 8.0.30 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. (Bug #34259416) Bugs Fixed Historically, MySQL Server has used utf8 as an alias for ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/ODBC added client support for the MySQL Enterprise Edition SASL LDAP authentication plugin with SCRAM-SHA-1 as an authentication method. Connector/ODBC ...The SASL module required for LDAP/SCRAM-SHA256 is provided by the cyrus-sasl-scram RPM package and libsasl2-modules-gssapi-mit DEB package (the same package that provides modules for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/trouble.logging.html
Besides the message output of MySQL Enterprise Backup to the stderr stream and the log file, progress and history of each backup are also logged into the mysql.backup_progress and mysql.backup_history tables on the backed-up servers (to skip ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-escape-string.html
unsigned long mysql_real_escape_string(MYSQL *mysql, char *to, const char *from, unsigned long length) Description This function creates a legal SQL string for use in an SQL statement. Note mysql_real_escape_string() fails and produces an ...The ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
Version 8.0.11 is the first General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. (WL #10620) Connector/J now recognizes the data type GEOMCOLLECTION, which ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. For notes detailing the changes in each release of Connector/NET, see MySQL Connector/NET Release Notes. Connector/NET ...It implements the required ADO.NET interfaces and integrates into ADO.NET-aware ...
https://dev.mysql.com/doc/connector-net/en/connector-net-introduction.html
MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. For notes detailing the changes in each release of Connector/NET, see MySQL Connector/NET Release Notes. Connector/NET ...It implements the required ADO.NET interfaces and integrates into ADO.NET-aware ...
https://dev.mysql.com/doc/mysql-installer/en/index.html
Abstract This document describes MySQL Installer, an application that simplifies the installation and updating process for a wide range of MySQL products, including MySQL Workbench and MySQL Shell. For notes detailing the changes in each release of ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed the dependency on the mysql-client-plugins package from the libmysqlcppconnx package and added it as recommended for the libmysqlcppconn package, as ...Known ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-23.html
This plugin allows MySQL to use its newer authentication methods, thus it's required for connecting to accounts using the new authentication methods such as caching_sha2_password. (WL #14238) Functionality Added or Changed Previously, ...