Search Results
https://dev.mysql.com/doc/refman/8.4/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/8.4/en/mysql-cluster-replication-auto-sync.html
It is possible to automate much of the process described in the previous section (see Section 25.7.9, “NDB Cluster Backups With NDB Cluster Replication”). The following Perl script reset-replica.pl serves as an example of how you can do this.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-conflict-resolution.html
You should also be aware that reflecting all operations from the secondary back to the primary increases the size of the primary's logbinary log, as well as demands on bandwidth, CPU usage, and disk I/O. Requirements Source Column Control Conflict ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-starting.html
However, the use of batching causes updates to be applied in batches of 32 KB each; this can result in higher throughput and less CPU usage, particularly where individual updates are relatively small. This section outlines the procedure for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-start-phases.html
Periodic checks of memory usage begin during this phase, and any required node takeovers are performed. This section provides a simplified outline of the steps involved when NDB Cluster data nodes are started. More complete information can be found ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
--debug-info, -T Command-Line Format --debug-info Type Boolean Default Value FALSE Print debugging information and memory and CPU usage statistics when the program exits. mysql supports the following options, which can be specified on the command ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-config.html
mysql_config provides you with useful information for compiling your MySQL client and connecting it to MySQL. It is a shell script, so it is available only on Unix and Unix-like systems. Note pkg-config can be used as an alternative to mysql_config ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-secure-installation.html
Normal usage is to connect to the local MySQL server; invoke mysql_secure_installation without arguments: mysql_secure_installation When executed, mysql_secure_installation prompts you to determine which actions to perform. This program enables you ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-userguide.html
For documentation on the concepts and usage of X DevAPI, which is implemented in MySQL Shell, see X DevAPI User Guide. MySQL Shell is an advanced client and code editor for MySQL Server. In addition to the provided SQL functionality, similar to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-tips.html
This section provides information about techniques for more effective use of mysql and about mysql operational behavior. Input-Line Editing Disabling Interactive History Unicode Support on Windows Displaying Query Results Vertically Using ...