Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
"standard transaction handling" C++ Code /* Connector/C++ does not yet provide access to transaction warnings -- Session methods commit() and rollback() do not return a result object. Similar to the execution of single statements committing or ...
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
The user1 account is defined with an SSL/TLS option that requires an encrypted connection. The user2 account is defined without an SSL/TLS option (REQUIRE NONE) so that it can be used to demonstrate RSA key pair-based password exchange with the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-channel-details.html
Source Network connection type: Public: Channel over public internet Private: Channel over Egress PrivateLink Hostname: The IP address or hostname of the source MySQL server. Port: The port number the source MySQL server listens for incoming ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-metrics.html
dbSystemId Detailed mysql.stats.aborted_clients Count The number of connections that were aborted because the client died without closing the connection properly. dbSystemId Detailed mysql.stats.aborted_connects Count The number of failed attempts ... CloudWatch Monitoring Metrics 17.1.1 CloudWatch Monitoring Metrics CloudWatch metrics can be used to monitor resources, diagnose issues, and troubleshoot your DB systems and their MySQL HeatWave ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
Currently, MySQL Cluster Manager recognises only that an NDB API application is connected to the cluster; the NDB API application itself must be started, stopped, and configured manually. (If this is not specified, MySQL Cluster Manager assigns a ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
Version 8.0.20 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Functionality Added or Changed Bugs Fixed Functionality Added ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
https://dev.mysql.com/doc/refman/9.7/en/alter-instance.html
For additional information about reconfiguring the TLS context, including which system and status variables are context-related, see Server-Side Runtime Configuration and Monitoring for Encrypted Connections. By default, the statement reloads the ...
https://dev.mysql.com/doc/refman/9.7/en/charset-introducer.html
Escapes are always interpreted by the parser according to the character set given by character_set_connection. If _charset_name is not specified but COLLATE collation_name is specified: For a character string literal, the connection default ... A ...
https://dev.mysql.com/doc/refman/9.7/en/clone.html
Connecting to the donor MySQL server instance through MySQL Router is also not supported.) IDENTIFIED BY 'password' specifies the password of the clone user on the donor MySQL server instance. [REQUIRE [NO] SSL] explicitly specifies whether an ...