PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/group-replication-functions.html
The functions described in the following sections are used with Group Replication.
https://dev.mysql.com/doc/refman/8.0/en/group-replication-getting-started.html
MySQL Group Replication is provided as a plugin for the MySQL server; each server in a group requires configuration and installation of the plugin. This section provides a detailed tutorial with the steps required to create a replication group with ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-online-upgrade.html
This section describes the different elements involved in an online upgrade, and various methods of how to upgrade your group. When you have a group running which you want to upgrade but you need to keep the group online to serve your application, ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-status-variables.html
Warning The group_replication_primary_member status variable has been deprecated and is scheduled to be removed in a future version. MySQL 8.0 supports one status variable providing information about Group Replication. This variable is described ...
https://dev.mysql.com/doc/refman/8.0/en/index.html
For legal information, including licensing information, see the Preface and Legal Notices. Including MySQL NDB Cluster 8.0 Abstract This is the MySQL Reference Manual. It documents MySQL 8.0 through 8.0.46, as well as NDB Cluster releases based on ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-column-privileges-table.html
In the output from SHOW FULL COLUMNS, the privileges are all in one column and in lowercase, for example, select,insert,update,references. The COLUMN_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-column-statistics-table.html
For information about histogram statistics, see Section 10.9.6, “Optimizer Statistics”, and Section 15.7.3.1, “ANALYZE TABLE Statement”. The COLUMN_STATISTICS table provides access to histogram statistics for column values. You can see ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-columns-extensions-table.html
The COLUMNS_EXTENSIONS table (available as of MySQL 8.0.21) provides information about column attributes defined for primary and secondary storage engines. The COLUMNS_EXTENSIONS table has these columns: TABLE_CATALOG The name of the catalog to ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-engines-table.html
This is particularly useful for checking whether a storage engine is supported, or to see what the default engine is. The ENGINES table has these columns: ENGINE The name of the storage engine. SUPPORT The server's level of support for the storage ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-mysql-firewall-whitelist-table.html
As of MySQL 8.0.26, this table is deprecated and subject to removal in a future MySQL version. 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 ...