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/mysql-cluster-ndbinfo-server-operations.html
It effectively is a subset of the cluster_operations table, in which operations for other SQL and API nodes are not shown. (Currently, the MySQL Server does not expose the NDB API transaction ID of an ongoing transaction.) The operation_type column ... The server_operations table contains entries for all ongoing NDB operations that the current SQL node (MySQL Server) is currently involved ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-print-schema-file.html
Like ndb_print_backup_file and ndb_print_sys_file (and unlike most of the other NDB utilities that are intended to be run on a management server host or to connect to a management server) ndb_print_schema_file must be run on a cluster data node, ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-print-sys-file.html
Like ndb_print_backup_file and ndb_print_schema_file (and unlike most of the other NDB utilities that are intended to be run on a management server host or to connect to a management server) ndb_print_backup_file must be run on a cluster data node, ... ndb_print_sys_file obtains diagnostic information from an NDB Cluster system ...
25.7.9.1 NDB Cluster Replication: Automating Synchronization of the Replica to the Source Binary Log
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-replication-auto-sync.html
#!/user/bin/perl -w # file: reset-replica.pl # Copyright (c) 2005, 2020, Oracle and/or its affiliates. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-security.html
This section discusses security considerations to take into account when setting up and running NDB Cluster. Topics covered in this section include the following: NDB Cluster and network security issues Configuration issues relating to running NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-tde-limitations.html
Transparent data encryption in NDB Cluster is subject to the following restrictions and limitations: The file system password must be supplied to each individual data node. For a cluster with only a single replica (NoOfReplicas = 1), a full backup ...File system password rotation requires an initial rolling restart of the data nodes; this must be performed manually, or by an application external to ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-table-insert.html
For example, to add a new record to the city table in the world_x schema, insert the following record and press Enter twice. mysql-js> db.city.insert("ID", "Name", "CountryCode", "District", "Info").values( None, "Olympia", "USA", "Washington", ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-python-table-insert.html
For example, to add a new record to the city table in the world_x database, insert the following record and press Enter twice. mysql-py> db.city.insert("ID", "Name", "CountryCode", "District", "Info").values( None, "Olympia", "USA", "Washington", ...
https://dev.mysql.com/doc/refman/8.0/en/mysqldump-tips.html
This section surveys techniques that enable you to use mysqldump to solve specific problems: How to make a copy a database How to copy a database from one server to another How to dump stored programs (stored procedures and functions, triggers, and ...
https://dev.mysql.com/doc/refman/8.0/en/online-ddl-parallel-thread-configuration.html
The number of parallel threads that sort and load data is controlled by the innodb_ddl_threads variable, introduced in MySQL 8.0.27. The maximum setting is 256, which is the maximum number for all sessions. The actual number of threads that scan the ...