Search



Search Results
Displaying 971 to 980 of 2325 total results
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/setting-the-current-schema.html
A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection session. If no default schema has been selected at connection, the Session class ...The ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-handles.html
In the following example, @census_model is defined as the model handle session variable with no set model handle name: mysql> CALL sys.ML_TRAIN('heatwaveml_bench.census_train', 'revenue', JSON_OBJECT('task', 'classification'), @census_model); While ... When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-details.html
PrivateLink Hostname Use this hostname to connect to the DB System over PrivateLink. Allowed public IP address ranges: The public-facing client IPv4 addresses that are permitted to connect to the DB System endpoint, specified in CIDR format. MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-inbound-replication1.html
The channel connects the source to the replica, and copies data from the source to the replica. Asynchronous replication means that the replica does not need to be running and connected to the source all the time. It can pick up new updates whenever ... About Inbound Replication 8.1 About Inbound Replication Inbound replication enables asynchronous replication from a MySQL-based source (an on-premises or other cloud MySQL Instance, or another MySQL HeatWave on AWS DB System) to a MySQL HeatWave on AWS DB ...
https://dev.mysql.com/doc/heatwave-aws/en/privatelink.html
You can use PrivateLink to ensure that all traffic to or from your DB System stays on a private network connection and does not transit the public internet. Within one account, an Endpoint service is created, and in the other account, a VPC endpoint ... PrivateLink 6 PrivateLink PrivateLink for HeatWave on AWS allows you to configure private network paths between your MySQL DB System and your AWS ...
https://dev.mysql.com/doc/connector-j/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...Popular logging frameworks such as java.util.logging, logback, and log4j are supported by ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-known-issues-limitations.html
The following are some known issues and limitations for MySQL Connector/J: When Connector/J retrieves timestamps for a daylight saving time (DST) switch day using the getTimeStamp() method on the result set, some of the returned values might be ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-last-insert-id.html
So, if some other query happens on the same connection, the value is overwritten. On the other hand, the getGeneratedKeys() method is scoped by the Statement instance, so it can be used even if other queries happen on the same connection, but not on ... getGeneratedKeys() is the preferred method to use if you need to retrieve AUTO_INCREMENT keys and through JDBC; this is illustrated in the first example ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-api.html
AutoReconnect: Specifies whether an API node should reconnect fully when disconnected from cluster. ConnectBackoffMaxTime: Specifies longest time in milliseconds (~100ms resolution) to allow between connection attempts to any given data node by this ...ArbitrationDelay: When asked to arbitrate, arbitrator waits this many milliseconds before ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-collect-logs.html
When an mcmd agent receives the collect logs command from the mcm agent it is connected with, it sets up a TCP server socket using port 0 by default, and lets the operating system assign the actual port number. All agents in the site are then ...
Displaying 971 to 980 of 2325 total results