Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-performance-page-per-user-stats.html
Unique Hosts The number of distinct hosts from which connections for the user have originated. Table 5.11 Per User Statistics Dashboard NameDescription User The client user name. Rows for which the USER column in the underlying Performance Schema ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/replication-advisor-ref.html
You may want to decrease slave_net_timeout so the outages, and associated connection retries, are detected and resolved faster. However, binary logs consume disk space and file system resources, and can be removed from a production server after they ...By default, the server logs the length of the event as well as the event itself and uses this information to verify that the event was written ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/ui-ndb-cluster-advisors-ref.html
Checks the node sets and generates an event if the nodes are not in CONNECTED, RESTARTNG, STARTING, STARTED, or SINGLEUSER status. Checks the node and process status and generates events if the node is not in CONNECTED status, or if the related ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/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/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 ...