Search Results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-firewall-groups-table.html
It lists names and operational modes of registered firewall group profiles. USERHOST The training account for the group profile, to be used when the profile is in RECORDING mode. The firewall_groups table provides a view into the in-memory data ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-rwlock-instances-table.html
Depending on how many threads are requesting a lock, and the nature of the locks requested, access can be either granted in shared mode, exclusive mode, shared-exclusive mode or not granted at all, waiting for other threads to finish first. The ...
https://dev.mysql.com/doc/refman/8.4/en/select.html
[WITH ROLLUP]] [LIMIT {[offset,] row_count | row_count OFFSET offset}] [into_option] [FOR {UPDATE | SHARE} [OF tbl_name [, tbl_name] ...] [NOWAIT | SKIP LOCKED] | LOCK IN SHARE MODE] [into_option] into_option: { INTO OUTFILE 'file_name' [CHARACTER ... SELECT [ALL | DISTINCT | DISTINCTROW ] [HIGH_PRIORITY] [STRAIGHT_JOIN] [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT] [SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS] select_expr [, select_expr] ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-partial-options.html
There are two possible values for the option: with-minimum-locking: Hot copies of the selected tables are backed up, and the tables are then locked in read-only mode while the redo log (with only the portion containing the relevant changes made ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
mysql_clear_password requires a secure connection to the server, which is satisfied by either condition at the client: The SslMode connection option has a value other than Disabled or None (deprecated in Connector/NET 8.0.29). On Windows, the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
mysql_clear_password requires a secure connection to the server, which is satisfied by either condition at the client: The SslMode connection option has a value other than Disabled or None (deprecated in Connector/NET 8.0.29). On Windows, the ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer.html
Each time you invoke MySQL Installer, the initialization process looks for the presence of an internet connection and prompts you to enable offline mode if it finds no internet access (and offline mode is disabled). To download MySQL products, click ...MySQL product availability is limited to only those products currently in the product cache when you enable offline ... MySQL Installer is a ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-environment-category.html
New Mode Enabled This variable was used in MySQL 4.0 to turn on some 4.1 behaviors, and is retained for backward compatibility. Old Mode Enabled When enabled, changes the default scope of index hints to that used prior to MySQL 5.1.17. Skip External ... Lists the Environment configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
Exec Mode Controls whether IDEMPOTENT or STRICT mode is used in replication conflict resolution and error checking. Relay Log Purge Enabled Disables or enables automatic purging of relay log files as soon as they are not needed any more. Type ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-single-consensus-leader.html
If the group is in multi-primary mode, has a lower communication protocol version, or the behavior is disabled by the group_replication_paxos_single_leader setting, all members are used as leaders to drive consensus. The group communication engine ... By default, the group communication engine for Group Replication (XCom, a Paxos variant) operates using every member of the replication group as a ...