Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-loading-unloading-heatwave.html
If a load operation fails, the error message contains a View Details link that opens the Load operation summary pane, which contains the following information: The failed query that was executed for the load operation. Loading or Unloading Data ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-refreshing-lakehouse-data.html
If the refresh fails, the error message contains a View Details link that opens the Lakehouse refresh summary pane, which contains the following information: The failed query that was executed for the refresh operation. Refreshing Lakehouse Data ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-supported-shapes.html
If you see error messages about this (such as ML003024), use the larger shape instead. Supported Shapes 3.1.1 Supported Shapes MySQL HeatWave on AWS supports the following MySQL and MySQL HeatWave node shapes. The MySQL HeatWave.16GB node shape may ...
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-ha-enabling-stand-alone-db-systems.html
If an error is returned because any of the prerequisites is not satisfied, correct the problem by following the instructions given at the beginning of the section and retry. If it does not, update the MySQL configuration and select a configuration ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-30-2.0.6.html
(WL #15224) Bugs Fixed Added error handling to account for the MySQL Server 8.0.29 removal. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The 8.0.30 enterprise edition installs MySQL Shell 8.0.29 instead of 8.0.30. (Bug ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-2-0-2.1.1.html
(Bug #35205271) Improved MySQL Server log file handling; this includes options to configure whether logs are collected, to set --log-error-verbosity, and to define log location. Functionality Added or Changed Added the ability to define custom ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-3-0-2.1.2.html
(WL #15999) Bugs Fixed Enabling a MySQL keyring would not install the keyring_udf plugin on secondary servers, which caused errors when attempting to use the plugin. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connection-compression-xdevapi.html
Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and later. General details about this feature can be found in Connection Compression with X Plugin. For details on how to configure connection ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-prepared-statements.html
In case of not being possible to prepare new server-side prepared statements, it depends on the value of 'emulateUnsupportedPstmts' to whether return an error or fall back to client-side emulated prepared statements. Default Value true Since Version ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-session.html
"ISO-8859-1", that is compatible with "latin1_swedish_ci", so the character encoding setting is left unchanged; and if client is actually using "windows-1252" (which is similar but different from "ISO-8859-1"), errors would occur for some characters. sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET [SESSION] ..." to the server when the driver ...