Search Results
https://dev.mysql.com/doc/heatwave-aws/en/preface.html
The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. Preface and Legal Notices Preface and Legal Notices This is the MySQL HeatWave ...
https://dev.mysql.com/doc/heatwave-aws/en/running-autopilot-index-advisor-using-heatwave-console.html
Tip:For DROP recommendations, you can make the indexes invisible first—if you encounter any errors later, you can make the indexes visible again; if there are no errors after some time, you can drop the indexes permanently. Running Autopilot ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-33-2.0.10.html
Bugs Fixed Fixed a known limitation of the 8.0.33-2.0.9 release, which was: if an existing InnoDB Cluster was initially created using MySQL Operator 8.0.30-2.0.6 or earlier, then an update to 8.0.33-2.0.9 failed with an Init:Error error when one of ...This happened even if there had already been an update to ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-33-2.0.9.html
Known Limitation Functionality Added or Changed Bugs Fixed Known Limitation A known limitation of this release: if an existing InnoDB Cluster was initially created using MySQL Operator 8.0.30-2.0.6 or earlier, then an update to 8.0.33-2.0.9 fails ...This happens even if there had already been an update to ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This document contains release notes for the changes in ...
https://dev.mysql.com/doc/connector-j/en/connecting-using-kerberos.html
An error is thrown if Connector/J is unable to obtain the correct Kerberos configurations, unable to communicate with the Kerberos server, or unable to perform either of the two steps above. Kerberos is a ticket-based server-client mutual ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-exceptions-warnings.html
Default Value false Since Version 5.1.15 useOnlyServerErrorMessages Don't prepend standard 'SQLState' error messages to error messages returned by the server. dumpQueriesOnException Should the driver dump the contents of the query sent to the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
Default Value true Since Version 3.1.7 maintainTimeStats Should the driver maintain various internal timers to enable idle time calculations as well as more verbose error messages when the connection to the server fails? Setting this property to ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-security.html
paranoid Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when possible? Default Value false Since Version 3.0.1 serverRSAPublicKeyFile File path to the server RSA public key ...If not specified, the public key will be retrieved from the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-dns-srv.html
Connector/J supports the use of DNS SRV records for connections. For information about DNS SRV support in MySQL, see Connecting to the Server Using DNS SRV Records. When multiple MySQL instances provide the same service for your applications, DNS ...