Search



Search Results
Displaying 521 to 530 of 2325 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-tls.html
NDB Transporter connections secured by TLS use TLS mutual authentication, in which each node validates the certificate of its peer. $> --create-key causes ndb_sign_keys to connect to the management server, read the cluster configuration, and then ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-general-using-developing.html
The only difference when using MySQL Router is how you make connections to the MySQL server. Applications using a single MySQL connection at startup that does not test for connection errors must be updated. This is because MySQL Router redirects ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-config.html
You can filter the results by section (DB, SYSTEM, or CONNECTIONS) using one of the options --nodes, --system, or --connections. (To obtain configuration data from the management node instead, simply omit this option.) --connect-retries Command-Line ... This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its config.ini or my.cnf ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sessions.html
In MySQL Shell, connections to MySQL Server instances are handled by a session object. X Plugin listens to the port specified by mysqlx_port, which defaults to 33060, so specify this port with connections using a Session. Important ClassicSession ...The following types of session object are available: Session: Use this session object type for new application development to communicate with MySQL Server instances where X Protocol is ...
https://dev.mysql.com/doc/refman/9.7/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. For example, to connect ... This program enables you to improve the security of your MySQL installation in the following ways: You can set a password for root ...
https://dev.mysql.com/doc/refman/9.7/en/thread-pool-operation.html
The thread pool consists of a number of thread groups, each of which manages a set of client connections. As connections are established, the thread pool assigns them to thread groups in round-robin fashion. thread_pool_dedicated_listeners: ...The ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sessions-startup.html
When you start MySQL Shell from the command line, you can specify connection parameters using separate command options for each value, such as the user name, host, and port. For instructions and examples to start MySQL Shell and connect to a MySQL ...For a reference for all the mysqlsh command line options, see Section A.1, “mysqlsh — The MySQL ...
https://dev.mysql.com/doc/mysql-router/9.7/en/router-set-trace.html
Configuration To configure ROUTER SET trace you must add the following to your MySQL Router configuration file: max_idle_server_connections: add to the DEFAULT section. The following values can be added to the DEFAULT section and apply to all ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
In such cases, you must use a special process specification syntax; see Setting TCP Connection Attributes, for information about how this is done. Setting TCP Connection Attributes For a few attributes that apply only when using TCP connections ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-mgm-client-commands.html
CONNECT connection-string Connects to the management server indicated by the connection string. If the client is already connected to this server, the client reconnects. This command does not affect any nodes connected to the cluster. If the node is ... In addition to the central configuration file, a cluster may also be controlled through a command-line interface available through the management client ...
Displaying 521 to 530 of 2325 total results