Search Results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-tuning-recovery.html
The following statement sets the maximum number of attempts to connect to a donor to 5: mysql> SET GLOBAL group_replication_recovery_retry_count= 5; For remote cloning operations, this limit does not apply. The following statement sets the ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-column-privileges-table.html
The value can be any privilege that can be granted at the column level; see Section 15.7.1.6, “GRANT Statement”. The COLUMN_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-tables-table.html
Use the INFORMATION_SCHEMA COLUMNS table or the SHOW COLUMNS statement to view additional information about the columns of this table, including data types and default values. For related usage information and examples, see Section 17.15.3, ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-mysql-firewall-whitelist-table.html
RULE A normalized statement indicating an acceptable statement pattern for the profile. The MYSQL_FIREWALL_WHITELIST table provides a view into the in-memory data cache for MySQL Enterprise Firewall. It is used in conjunction with the ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-optimizer-trace-table.html
The OPTIMIZER_TRACE table provides information produced by the optimizer tracing capability for traced statements. The OPTIMIZER_TRACE table has these columns: QUERY The text of the traced statement. MISSING_BYTES_BEYOND_MAX_MEM_SIZE Each ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-schema-privileges-table.html
The value can be any privilege that can be granted at the schema level; see Section 15.7.1.6, “GRANT Statement”. The SCHEMA_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-table-privileges-table.html
The value can be any privilege that can be granted at the table level; see Section 15.7.1.6, “GRANT Statement”. The TABLE_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-user-attributes-table.html
Attributes are shown exactly as set using CREATE USER and ALTER USER statements with ATTRIBUTE or COMMENT options. For more information about specifying account comments and attributes, see Section 15.7.1.3, “CREATE USER Statement”. The ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-user-privileges-table.html
The value can be any privilege that can be granted at the global level; see Section 15.7.1.6, “GRANT Statement”. The USER_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-benchmarking.html
In this case, add the ENGINE=other_engine_name clause to the CREATE TABLE statement to avoid the error. Alternatively, to run test queries and other statements without disturbing the original table, make a copy: CREATE TABLE ... If InnoDB is not ...