PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-shm-definition.html
Group Version (or later) NDB 7.5.0 Type or units unsigned Default 35 Range 0 - 200 Restart Type Node Restart: Requires a rolling restart of the cluster. (NDB 7.5.0) Determines the group proximity; a smaller value is interpreted as being closer.
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-what-is-new-7-5.html
Possible balance schemes are one per node, one per node group, one per LDM per node, and one per LDM per node group. Major changes and new features in NDB Cluster 7.5 which are likely to be of interest are shown in the following list: ndbinfo ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-install-db.html
Also make sure to specify as necessary other parameters that affect the creation and location of InnoDB files, such as innodb_data_home_dir and innodb_log_group_home_dir. Command Options mysql_install_db supports the following options, which can be ... Note mysql_install_db is deprecated as of MySQL 5.7.6 because its functionality has been integrated into mysqld, the MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-plugin.html
mysql_plugin supports the following options, which can be specified on the command line or in the [mysqld] group of any option file. For options specified in a [mysqld] group, mysql_plugin recognizes the --basedir, --datadir, and --plugin-dir ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-selection.html
You can also use aggregate functions with HAVING and GROUP BY options. MySQL 5.7 supports explicit selection of partitions and subpartitions that, when executing a statement, should be checked for rows matching a given WHERE condition. Partition ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-filtering-names.html
Names given for filtering operations can be as specific or general as required. For example, to select all file I/O instruments, it is better to use a pattern that includes the entire instrument name prefix: ... WHERE NAME LIKE 'wait/io/file/%'; ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-table-reference.html
The following table summarizes all available Performance Schema tables. For greater detail, see the individual table descriptions. Table 25.1 Performance Schema Tables Table Name Description Deprecated accounts Connection statistics per client ...
https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html
CREATE TABLESPACE Enables use of statements that create, alter, or drop tablespaces and log file groups. Enables the account to start and stop replication, including Group Replication. The privileges granted to a MySQL account determine which ...
https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html
group_replication_primary_member Shows the primary member's UUID when the group is operating in single-primary mode. If the group is operating in multi-primary mode, shows an empty string. The MySQL server maintains many status variables that ...
https://dev.mysql.com/doc/refman/5.7/en/start-slave.html
The replication channels for Group Replication (group_replication_applier and group_replication_recovery) are managed automatically by the server instance. The only Group Replication channel that you can interact with is the ... START SLAVE ...