PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-event-reports.html
Priority: This is represented by one of the numbers from 0 to 15 inclusive, where 0 indicates “most important” and 15 “least important.” Severity Level: This can be any one of the following values: ALERT, CRITICAL, ERROR, WARNING, INFO, or ... In this section, we discuss the types of event logs provided by NDB Cluster, and the types of events that are ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-linux-rpm.html
It is very important that all of the Cluster RPMs to be installed have the same version number. Important You must use the versions of these RPMs released for NDB Cluster; those released for the standard MySQL server do not provide support for the ... This section covers the steps necessary to install the correct executables for each type of NDB Cluster node using RPM packages supplied by ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-binary.html
This is correct; # see Important note in text DataMemory=80M # Memory allocated to data storage IndexMemory=18M # Memory allocated to index storage # For DataMemory and IndexMemory, we have used the # default values. Important A single backslash ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-online-add-node-example.html
Node 2 is being restarted ndb_mgm> Node 2: Start initiated (version 7.5.36) ndb_mgm> Node 2: Started (version 7.5.36) Important After issuing each X RESTART command, wait until the management client reports Node X: Started (version ...) before ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-privilege-distribution.html
Important Applications that access NDB Cluster data directly, including NDB API and ClusterJ applications, are not subject to the MySQL privilege system. NDB Cluster supports distribution of MySQL users and privileges across all SQL nodes in an NDB ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-waiter.html
The list is comma-delimited; ranges can be indicated by dashes, as shown here: $> ndb_waiter --nowait-nodes=1,3,7-9 Important Do not use this option together with the --wait-nodes option. The list is comma-delimited; ranges can be indicated by ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-backups.html
Important A CREATE DATABASE (or CREATE SCHEMA) statement corresponding to each database to be replicated must be executed on each SQL node in the replica cluster. This section discusses making backups and restoring from them using NDB Cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-preparation.html
ndb-connectstring=management_host[:port] In the event that you are not using NDB Cluster on the replica, you can create a backup with this command on the source: shellS> mysqldump --master-data=1 Then import the resulting data dump onto the replica ... Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 21.7.2, “General Requirements for NDB Cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-security-networking-issues.html
It is extremely important to remember that NDB Cluster “out of the box” is not secure; you or your network administrator must take the proper steps to ensure that your cluster cannot be compromised over the network. Important With regard to ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html
This change does not affect text file import or export operations performed with LOAD DATA or SELECT ... This section summarizes what has been added to, deprecated in, and removed from MySQL 5.7. A companion section lists MySQL server options and ...