PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/group-replication-flow-control.html
When some members lag behind the rest of the group, reads on such members may externalize very old data. Depending on why the member is lagging behind, other members in the group may have to save more or less of the replication context to be able to ... MySQL Group Replication ensures that a transaction commits only after a majority of the members in a group have received it and agreed on the relative order amongst all transactions sent ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-summary.html
A replication group is a set of servers, each of which has a complete copy of the data (a shared-nothing replication scheme), which interact with each other through message passing. These are very powerful properties that translate into very useful ...The communication layer provides a set of guarantees such as atomic message and total order message ...
https://dev.mysql.com/doc/refman/8.0/en/help.html
Its proper operation requires that the help tables in the mysql database be initialized with help topic information (see Section 7.1.17, “Server-Side Help Support”). HELP 'search_string' The HELP statement returns online information from the ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-firewall-table-reference.html
Table 28.9 INFORMATION_SCHEMA Firewall Tables Table Name Description Deprecated MYSQL_FIREWALL_USERS Firewall in-memory data for account profiles 8.0.26 MYSQL_FIREWALL_WHITELIST Firewall in-memory data for account profile allowlists 8.0.26 .
https://dev.mysql.com/doc/refman/8.0/en/information-schema-mysql-firewall-users-table.html
The MYSQL_FIREWALL_USERS table provides a view into the in-memory data cache for MySQL Enterprise Firewall. It is used in conjunction with the mysql.firewall_users system table that provides persistent storage of firewall data; see MySQL Enterprise ...It lists names and operational modes of registered firewall account ...As of MySQL 8.0.26, ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-mysql-firewall-whitelist-table.html
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 mysql.firewall_whitelist system table that provides persistent storage of firewall data; see MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-parameters-table.html
SPECIFIC_SCHEMA The name of the schema (database) to which the routine containing the parameter belongs. The DATA_TYPE value is the type name only with no other information. The DATA_TYPE value is the type name only with no other information. The ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-st-geometry-columns-table.html
The ST_GEOMETRY_COLUMNS table provides information about table columns that store spatial data. TABLE_SCHEMA The name of the schema (database) to which the table containing the column belongs. This table is based on the SQL/MM (ISO/IEC 13249-3) ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema.html
INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access privileges. Other terms that are sometimes used for this information are data ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-key-types.html
The keyring encrypts and decrypts SECRET data as a byte stream upon storage and retrieval. Example keyring operations involving the SECRET key type: SELECT keyring_key_generate('MySecret1', 'SECRET', 20); SELECT keyring_key_remove('MySecret1'); ...