Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-backup-id.html
This table provides a way to find the ID of the backup started most recently for this cluster. The backup_id table contains a single column id, which corresponds to a backup ID taken using the ndb_mgm client START BACKUP command.
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-transporters.html
Notes For each running data node in the cluster, the transporters table displays a row showing the status of each of that node's connections with all nodes in the cluster, including itself. This information is shown in the table's status column, ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-privilege-synchronization.html
Whenever a MySQL server starts up and joins the cluster as an SQL node it executes these stored CREATE USER and GRANT statements as part of the cluster schema synchronization process. Privilege synchronization is the mechanism used by NDB Cluster ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndbinfo-select-all.html
--connect-retry-delay Command-Line Format --connect-retry-delay=# Type Integer Default Value 5 Minimum Value 0 Maximum Value 5 Number of seconds to wait between attempts to contact management server. ndbinfo_select_all is unable to read the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs.html
For information about using mysqld as an NDB Cluster process, see Section 25.6.10, “MySQL Server Usage for NDB Cluster”. Using and managing an NDB Cluster requires several specialized programs, which we describe in this chapter. We discuss the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-thread-states.html
Waiting for event from ndbcluster The server is acting as an SQL node in an NDB Cluster, and is connected to a cluster management node. Committing events to binlog Opening mysql.ndb_apply_status Processing events The thread is processing events for ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-enterprise-firewall.html
This helps harden MySQL Server against attacks such as SQL injection or attempts to exploit applications by using them outside of their legitimate query workload characteristics. MySQL Enterprise Edition includes MySQL Enterprise Firewall, an ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-enterprise.html
Like MySQL Community Edition, MySQL Enterprise Edition includes MySQL Server, a fully integrated transaction-safe, ACID-compliant database with full commit, rollback, crash-recovery, and row-level locking capabilities. In addition, MySQL Enterprise ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-oci-marketplace-maintenance.html
Upgrading MySQL The existing installation is RPM-based, to upgrade the MySQL server, see Section 3.7, “Upgrading MySQL Binary or Package-based Installations on Unix/Linux”. This product is user-managed, meaning you are responsible for upgrades ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-shell-tutorial-javascript-collections-add.html
Document IDs are generated by the server, not the client, so MySQL Shell does not automatically set an _id value. To work with the collections in a schema, use the db global object to access the current schema. In this example we are using the ...