Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux.html
While the next few sections refer to a Linux operating system, the instructions and procedures given there should be easily adaptable to other supported Unix-like platforms. This section covers installation methods for NDB Cluster on Linux and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows.html
This section describes installation procedures for NDB Cluster on Windows hosts. NDB Cluster 8.4 binaries for Windows can be obtained from https://dev.mysql.com/downloads/cluster/. For information about installing NDB Cluster on Windows from a ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-backups.html
This having been done, the procedure for making a backup and then restoring from it is as follows: There are two different methods by which the backup may be started. Each system running an ndbd process for the source cluster has cluster backup ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-failover.html
In the event that the primary Cluster replication process fails, it is possible to switch over to the secondary replication channel. This means that the ndb_apply_status table contains information for the replica on this host as well as for any ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-preparation.html
If the replica is also running NDB Cluster, this can be accomplished using the backup and restore procedure described in Section 25.7.9, “NDB Cluster Backups With NDB Cluster Replication”. Preparing the NDB Cluster for replication consists of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-security.html
This section discusses security considerations to take into account when setting up and running NDB Cluster.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-upgrade-downgrade.html
For additional information regarding the rolling restart procedure used to perform an online upgrade or downgrade of the data nodes, see Section 25.6.5, “Performing a Rolling Restart of an NDB Cluster”. Versions Supported for Upgrade to NDB 8.4 ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
(This is also true for the MySQL upgrade procedure if it determines that table checking is needed because it processes tables the same way.) mysqlcheck must be used when the mysqld server is running, which means that you do not have to stop the ...
https://dev.mysql.com/doc/refman/8.4/en/nonpersistible-system-variables.html
SET PERSIST and SET PERSIST_ONLY enable global system variables to be persisted to the mysqld-auto.cnf option file in the data directory (see Section 15.7.6.1, “SET Syntax for Variable Assignment”). However, not all system variables can be ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-build-configuration.html
It is possible to exclude certain parts of the Performance Schema instrumentation. For example, to exclude stage and statement instrumentation, do this: $> cmake . \ -DDISABLE_PSI_STAGE=1 \ -DDISABLE_PSI_STATEMENT=1 For more information, see the ...