Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
You will need to connect to the DB System in one of the following ways: Through a VPN Through a compute instance To learn more about connecting to your DB system, see Networking. $> wget https://downloads.mysql.com/docs/airport-db.tar.gz or $> wget ... The MySQL HeatWave airportdb Quickstart shows how to import data into the DB System using the MySQL Shell Dump Load utility, loading data into MySQL HeatWave Cluster using Auto Parallel Load, and running ...
https://dev.mysql.com/doc/refman/8.4/en/create-user.html
When the read_only system variable is enabled, CREATE USER additionally requires the CONNECTION_ADMIN privilege (or the deprecated SUPER privilege). Mark the password expired so that the user must choose a new one at the first connection to the ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
However, MySQL Shell supports using Kerberos to connect to MySQL Server. MySQL Router also supports application connections that use Kerberos to authenticate to MySQL Server. Kerberos pluggable authentication provides these capabilities: External ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbd.html
In this case, the cluster starts as soon as nodes 2 and 4 connect, and does not wait StartPartitionedTimeout milliseconds for nodes 3 and 5 to connect as it would otherwise. --connect-delay=# Command-Line Format --connect-delay=# Deprecated Yes Type ... The ndbd binary provides the single-threaded version of the process that is used to handle all the data in tables employing the NDBCLUSTER storage ...
https://dev.mysql.com/doc/refman/8.4/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/refman/8.4/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/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. 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/8.4/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/refman/8.4/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 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
For more rapid restoration, the data may be restored in parallel, provided that there is a sufficient number of cluster connections available. --connect, -c Command-Line Format --connect=connection_string Type String Default Value localhost:1186 ...