Search Results
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-6.html
MySQL NDB Cluster 8.4.6 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. NDB Cluster 8.4 source ...Functionality Added or Changed Bugs Fixed Functionality Added or Changed Timestamps in NDB node logs can now be printed with microsecond ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-1.html
Version 8.4.1 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL NDB Cluster 8.4, 8.0, and 7.6. (Bug #36675015) Client: MySQL Cluster Manager did not handle correctly the ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-0.html
MySQL Enterprise Backup 8.4.0 marks the start of a new series of LTS (Long Term Support) releases. MySQL Enterprise Backup 8.4.0 is recommended for use on production systems. For earlier versions of MySQL, use the MySQL Enterprise Backup version ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-1.html
MySQL Enterprise Backup 8.4.1 is the latest release for the MySQL Enterprise Backup 8.4 LTS series, and supports MySQL Server 8.4 only. For other versions of MySQL, use the supported versions of MySQL Enterprise Backup as specified in the MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-12.html
Version 8.0.12 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, 5.7, 5.6, and 5.5. (Bug #28027459, WL #11858) X DevAPI: Connector/J now uses synchronous client ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
Version 8.0.23 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. See the MySQL Connector/J 8.0 Developer Guide, the Connector/J API documentation ...It ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-0-0.html
(Bug #36612566) Many tests in the Connector/J test suite failed when run against MySQL Server 8.4.0, because the mysql_native_password plugin is no longer available by default for the Server version. Version 9.0.0 is a new GA release of MySQL ...It ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
The existing Schema.CreateCollection method now is overloaded and can be used to pass a CreateCollectionOptions object with a schema definition to a MySQL server. In addition, the MySql.Data.EntityFrameworkCore.Design NuGet package is deprecated and ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on all platforms with NET Standard 2.0 ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
As with other lists passed as option values in MySQL Cluster Manager commands, you must not use spaces before or after the commas. create cluster {--package=|-P }package_name {--processhosts=|-R }process_host_list cluster_name [(--import|-m) ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-types.html
Password-Validation Plugins The MySQL server provides an interface for writing plugins that test passwords. The plugin API enables creation of plugins that implement several capabilities: Loadable functions (UDFs) Storage engines Full-text parsers ...The steps to compile and install loadable function plugins are described in Loadable Function Compiling and ...