Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
Also made the error message clearer when applications try to pass instances of unsupported classes. (Bug #29257922) X DevAPI: Connector/J threw an error when a JSON document contained only a field with an empty array as its value. With this fix, an ... Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-22.html
(WL #13780) When trying to open multiple connections to a MySQL server using Connector/J with a named pipe on Windows systems, the attempt sometimes failed with the "All pipe instances are busy" error. With this fix, Connector/J throws the proper ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
(WL #14834) Bugs Fixed X DevAPI: If the connection property xdevapi.ssl-mode was set to DISABLED (or xdevapi.ssl-mode was not set, but the value was picked up from the sslMode setting), specifying some of the security properties caused Connector/J ... Version 8.0.29 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-train.html
It will cause an error if any part of the training table or predict table has dates outside this range. Selecting more than one model or an unsupported model produces an error. Values in this column must be in a STRING data type, otherwise an error ... Run the ML_TRAIN routine on a training dataset to produce a trained machine learning ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-1-0.html
(WL #16466) Bugs Fixed With connection sharing enabled, changing the password of an active connection yielded a vague "Lost connection" error instead of indicating that reauthentication failed. (Bug #36935988) Bootstrapping against a MySQL account ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added OpenID Connect support, which is available as of MySQL Enterprise Edition Server ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-5-0.html
Errors were returned similar to the following: Error parsing file dynamic state file: Parsing JSON failed at offset 0: The document is empty. Note These release notes were created with the assistance of MySQL HeatWave GenAI. The !SSLv3 filter ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html
That table is protected against read access even to the Admin user, so if you try to migrate without opening up access to it, then you will get an error like this: [42000] [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read ...General Information Microsoft Windows is required because Microsoft Access ODBC drivers are only available on ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
This is an automated and informational step that reports connection related errors and/or general log information. This is an automated and informational step that reports related errors, general log information, or both (see the figure that ...
https://dev.mysql.com/doc/connectors/en/connector-j-config-failover.html
A failover happens when connection-related errors occur for an underlying, active connection. The connection errors are, by default, propagated to the client, which has to handle them by, for example, recreating the working objects (Statement, ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
An example where this might be useful is when dealing with transient errors when using MySQL Cluster, where certain buffers may become overloaded. The following code snippet illustrates this: public class NdbLoadBalanceExceptionChecker extends ...