Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-transactions.html
NDBCLUSTER stores only part of a column value that uses any of MySQL's BLOB or TEXT data types in the table visible to MySQL; the remainder of the BLOB or TEXT is stored in a separate internal table that is not accessible to MySQL. One workaround ...
https://dev.mysql.com/doc/workbench/en/wb-editions.html
MySQL Workbench is available in the following editions: MySQL Workbench Community (Open Source, GPL) MySQL Workbench Commercial (Standard Edition and Enterprise Edition). For details about each edition, see ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-system-profile.html
These profile settings contain standard information that is used in managing the host's MySQL instance. The System Profile tab enables you to specify host-specific information. This is achieved primarily through selecting a System Type, along with ...
https://dev.mysql.com/doc/connector-net/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/NET, the connector that enables .NET applications to communicate with MySQL servers, and how to use it to develop database applications. For notes detailing the changes in ...For legal information, including licensing information, see the Preface and Legal ...
https://dev.mysql.com/doc/ndbapi/en/mccj-getting.html
You can obtain the most recent NDB Cluster release, which includes ClusterJ, from downloads.mysql.com. Building and installing MySQL NDB Cluster Connector for Java from source. Following the installation, these ClusterJ jar files can be found in the ... This section discusses how to obtain ClusterJ sources and binaries, and how to compile, install, and get started with ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/C++ 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now also supports the legacy API based on JDBC4. Such code does not require the X Plugin and can communicate with older versions of the ...Applications written against the JDBC4-based API of Connector/C++ 1.1 can be also compiled with Connector/C++ 8.0, which is backward compatible with the earlier ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-1-0.html
OpenID Connect functionality is supported by MySQL Enterprise Edition Server 9.1.0 and later. (WL #16435) The RPM and DEB packages now install a copy of the MySQL client library plugins for the connector. The version of these plugins match the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/index.html
Abstract This document contains release notes for the changes in recent releases of MySQL Connector/NET. If a recent version is listed here that you cannot find on the download page (https://dev.mysql.com/downloads/), the version has not yet been ...Updates to these notes occur as new product features are added, so that everybody can follow the development ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
The removed option instructed Connector/NET to ignore all calls to MySqlCommand.Prepare() that were made using the classic MySQL protocol. (WL #14208) If a classic MySQL protocol connection experiences a server timeout, Connector/NET now reports ...