Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-workspace-connect.html
Use the Workspace page to connect to a DB System, and then manage MySQL HeatWave Cluster data and use the Query Editor to run DB System and MySQL HeatWave queries. For more information, see Manage Data in MySQL HeatWave, and Running Queries.
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-high-availability-and-clustering.html
autoReconnect Should the driver try to re-establish stale and/or dead connections? If enabled the driver will throw an exception for queries issued on a stale or dead connection, which belong to the current transaction, but will attempt reconnect ...The use of this feature is not recommended, because it has side effects related to session state and data consistency when applications don't handle SQLExceptions properly, and is only designed to be used when you are unable to configure your application to handle SQLExceptions resulting from dead and stale connections ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-statements.html
This results in better performance when dealing with time zone conversions in Date and Time data types, however it won't be aware of time zone changes if they happen at runtime. Default Value true Since Version 8.0.20 continueBatchOnError Should the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-opentelemetry.html
OpenTelemetry is a set of APIs, libraries, agents, and instrumentation to provide observability for applications and their interactions with one another. It enables developers to instrument their code so that they can export observability data ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-charsets.html
Setting the Character Encoding For Connector/J 8.0.25 and earlier: The character encoding between the client and the server is automatically detected upon connection (provided that the Connector/J connection properties characterEncoding and ...
https://dev.mysql.com/doc/refman/8.4/en/assignment-operators.html
Table 14.6 Assignment Operators Name Description := Assign a value = Assign a value (as part of a SET statement, or as part of the SET clause in an UPDATE statement) := Assignment operator. Causes the user variable on the left hand side of the ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log.html
Note MySQL Enterprise Audit is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server plugin named audit_log. MySQL Enterprise Audit uses the ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log.html
Running a server with binary logging enabled makes performance slightly slower. The safest value for sync_binlog is 1 (the default), but this is also the slowest. The binary log contains “events” that describe database changes such as table ...
https://dev.mysql.com/doc/refman/8.4/en/charset-connection.html
The client sends SQL statements, such as queries, over the session connection. A “connection” is what a client program makes when it connects to the server, to begin a session within which it interacts with the server. The server sends ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-sets.html
This section describes the collations available for Unicode character sets and their differentiating properties. MySQL supports multiple Unicode character sets: utf8mb4: A UTF-8 encoding of the Unicode character set using one to four bytes per ...