https://dev.mysql.com/mysql-cluster-ndbinfo-membership.html
The membership table describes the view that each data node has of all the others in the cluster, including node group membership, president node, arbitrator, arbitrator successor, arbitrator connection states, and other information. If the ...The ...
https://dev.mysql.com/mysql-cluster-programs-ndb-error-reporter.html
Table 22.290 Command-line options for the ndb_error_reporter program Format Description Added, Deprecated, or Removed --connection-timeout=timeout Number of seconds to wait when connecting to nodes before timing out. ndb_error_reporter also accepts ... ndb_error_reporter creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a ...
https://dev.mysql.com/mysql-cluster-quick.html
Connect to the server and verify that the NDBCLUSTER storage engine is enabled: shell> mysql Welcome to the MySQL monitor. Your MySQL connection id is 1 to server version: 8.0.20 Type 'help;' or '\h' for help. To familiarize you with the basics, we ...
https://dev.mysql.com/mysql-ssl-rsa-setup.html
This program creates the SSL certificate and key files and RSA key-pair files required to support secure connections using SSL and secure password exchange using RSA over unencrypted connections, if those files are missing. Otherwise, it invokes ...
https://dev.mysql.com/mysqld-multi.html
mysqld_multi is designed to manage several mysqld processes that listen for connections on different Unix socket files and TCP/IP ports. --tcp-ip Connect to each MySQL server through the TCP/IP port instead of the Unix socket file. (If a socket ...
https://dev.mysql.com/no-login-pluggable-authentication.html
The mysql_no_login server-side authentication plugin prevents all client connections to any account that uses it. To uninstall it, use UNINSTALL PLUGIN: UNINSTALL PLUGIN mysql_no_login; This section describes how to use the no-login authentication ...Use cases for this plugin include: Accounts that must be able to execute stored programs and views with elevated privileges without exposing those privileges to ordinary ...
https://dev.mysql.com/option-defaults-equals.html
Consider the following example, where a user connects to a MySQL server running on host tonfisk as user jon: shell> mysql --host 85.224.35.45 --user jon Welcome to the MySQL monitor. Your MySQL connection id is 3 Server version: 8.0.20 Source ...Due ...
https://dev.mysql.com/programs-overview.html
To use client programs, mysqld must be running, because clients gain access to databases by connecting to the server. mysql_ssl_rsa_setup This program creates the SSL certificate and key files and RSA key-pair files required to support secure ...
https://dev.mysql.com/replication-privilege-checks.html
To connect to a server using a user account that authenticates with this plugin, you must either set up an encrypted connection as described in Section 17.3.1, “Setting Up Replication to Use Encrypted Connections”, or enable the unencrypted ...
https://dev.mysql.com/source-ssl-library-configuration.html
An SSL library is required for support of encrypted connections, entropy for random number generation, and other encryption-related operations. To check whether a mysqld server supports encrypted connections, examine the value of the have_ssl ...If ...