Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-updating-authorized-principals.html
In the Configure PrivateLink section, enter the following: ARNs of Authorized Principals: Authorize principal ARNs to create connections to the PrivateLink. Updating Authorized Principals for a Query PrivateLink 6.3.3 Updating Authorized Principals ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-configurable-system-variables.html
Secure transport can be disabled only for private connections over PrivateLink. skip_name_resolve OFF sort_buffer_size 262144 sql_mode ERROR_FOR_DIVISION_BY_ZERO, NO_ENGINE_SUBSTITUTION, NO_ZERO_DATE, NO_ZERO_IN_DATE, ONLY_FULL_GROUP_BY, ...
https://dev.mysql.com/doc/heatwave-aws/en/index.html
It covers registration, account management, user and group management, using the MySQL HeatWave Console to create and manage DB Systems and MySQL HeatWave Clusters, connecting, importing data, configuration, and performance monitoring. MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-versioning.html
To retrieve the MySQL Server version number, connect to your DB System using a MySQL client, and run SELECT @@version;. Server Versioning 3.1.2.1.1 Server Versioning The MySQL Server included in MySQL HeatWave on AWS uses a versioning system ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-shell.html
About MySQL Shell 7.1.1 About MySQL Shell MySQL Shell dump and load utilities are built for use with MySQL DB Systems. To get the best functionality, always use the most recent version of MySQL Shell that is available to you. The MySQL Server ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-30-2.0.5.html
(WL #15047) Group replication now uses the MySQL protocol to establish connections instead of the internal XCom communication infrastructure. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Updated the following ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-2-0-2.1.1.html
An example InnoDBCluster definition entry that increases the maximum number of connections using the new router.bootstrapOptions array option: ... Functionality Added or Changed Added the ability to define custom MySQL Router bootstrap options.
https://dev.mysql.com/doc/connector-j/en/connector-j-2-way-authentication.html
Apply the steps outlined in both Section 6.9.1, “Setting up Server Authentication” and Section 6.9.2, “Setting up Client Authentication” to set up a mutual, two-way authentication process in which the server and the client authenticate each ...Although the typical setup described above uses the same CA certificate in both ends for mutual authentication, it does not have to be the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-blob-clob-processing.html
blobSendChunkSize Chunk size to use when sending BLOB/CLOBs via server-prepared statements. Note that this value cannot exceed the value of 'maxAllowedPacket' and, if that is the case, then this value will be corrected automatically. Since Version ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-debugging-profiling.html
If set to "REQUIRED", an OpenTelemetry library must be available at run time, or connections to the MySQL Server will fail. Setting it to "DISABLED" turns off generating OpenTelemetry instrumentation by Connector/J. Connector/J relies entirely on ...