Search



Search Results
Displaying 311 to 320 of 2215 total results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-statement-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: events_statements_summary_by_account_by_event_name has EVENT_NAME, USER, and HOST columns. Each row summarizes events for a given account (user and host combination) and ... The Performance Schema maintains tables for collecting current and recent statement events, and aggregates that information in summary ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-table-reference.html
The following table summarizes all available Performance Schema tables. For greater detail, see the individual table descriptions. Table 29.1 Performance Schema Tables Table Name Description accounts Connection statistics per client account ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-transaction-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: events_transactions_summary_by_account_by_event_name has USER, HOST, and EVENT_NAME columns. Each row summarizes events for a given account (user and host combination) ... The Performance Schema maintains tables for collecting current and recent transaction events, and aggregates that information in summary ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-wait-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: events_waits_summary_by_account_by_event_name has EVENT_NAME, USER, and HOST columns. Each row summarizes events for a given account (user and host combination) and ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-cloud.html
To restore a backup image from cloud storage to datadir on the server, use the cloud storage options, and also the --backup-dir option to specify the temporary directory into which temporary output, status files, and backup metadata will be saved: ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
MySQL Router scans for the default configuration files at startup, and optionally loads user-defined configuration files at runtime from the command line. Configuration read from the following files in the given order (enclosed in parentheses means ...You can alter the default locations at compile time by using the -DROUTER_CONFIGDIR=<path> ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-production-instances.html
For example: dba.configureInstance('user@example:3306') For more information, see Connecting to the Server Using URI-Like Strings or Key-Value Pairs. clusterAdmin - the name of an InnoDB Cluster administrator user to be created. Supports identifiers ... AdminAPI provides the dba.configureInstance() function that checks if an instance is suitably configured for InnoDB Cluster usage, and configures the instance if it finds any settings which are not compatible with InnoDB ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-user-roles.html
Before installing MySQL Enterprise Monitor, gather credentials (a root user ID and password) for all the MySQL servers you plan to monitor. MySQL Enterprise Monitor Agent installation requires a dedicated user in each monitored MySQL server, and ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-sm-gui-installer.html
Important If you choose the bundled server option, the Service Manager user defined by the installation procedure is granted complete control of the repository. GRANT ALL PRIVILEGES ON *.* TO 'SM_UserName'@'localhost' WITH GRANT OPTION; where ...If ... This section describes how to install MySQL Enterprise Service Manager using the Installation ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-preparation.html
Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 25.7.2, “General Requirements for NDB Cluster Replication”). To provide replication backup capability, you ...
Displaying 311 to 320 of 2215 total results