Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-replicationreplica-activity-category.html
Running This is ON if this server is a replication replica that is connected to a replication source, and both the I/O and SQL threads are running; otherwise, it is OFF. Replica Error: Unknown or Incorrect Time Zone In order to use time zone names ... Lists the Replication Replica Activity metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-mysql-instances-permissions.html
If Server Group is set to Read-Only, or higher, it is impossible to set MySQL Instances to None. That is, if Server Group is set to Read-Only, or higher, MySQL Instances must be set to Read-Only at least. Administer: access to the MySQL instances, ...MySQL Instances: grants access to the data collected on the monitored MySQL ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-delete-inventory.html
To retrieve information on whether the specific asset can be deleted, retrieved as a JSON array, execute a curl request with the following syntax: curl -k -v --user username:password "https://servername:port/v4/inventory/AssetType/AssetID/deletable ... This section describes how to delete information on assets, and groups of assets, from MySQL Enterprise Monitor's inventory, using the curl utility on the command ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-deployment-change-ssh-host-key.html
On each monitored host, run the following commands to print out the SSH public key fingerprints: ssh-keygen -l -f /etc/ssh/ssh_host_key.pub ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key.pub ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub and compare the ... The SSH Host key is used to distinguish monitored hosts, there should not be duplicate SSH ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-existing-users.html
The MySQL user: For Agents to report the status of a MySQL server, they connect to a MySQL user with privileges to read required data on that server: SHOW DATABASES, REPLICATION CLIENT, SUPER, CREATE, and SELECT. If you already have such a user on ...For details about this account, see Section 6.2, “Creating MySQL User Accounts for the Monitor ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-execution.html
The following example uses a sample configuration file named options.server.txt: debugtrace=/opt/mysql/enterprise/install.debugtrace.monitor.log mode=unattended installdir=/opt/mysql/enterprise/monitor tomcatport=8080 tomcatsslport=8443 ... The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/processing-warnings.html
session.setFetchWarnings() controls whether warnings are discarded at the server or are sent to the client. Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/processing-warnings.html
session.setFetchWarnings() controls whether warnings are discarded at the server or are sent to the client. Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process ...
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-creating-lakehouse-data-mapping.html
The following shows what happens if parsing errors, formatting errors, or empty columns are found in a file during data loading, for each possible value of Strict mode: Default: The situation is handled according to the MySQL server's SQL mode ...