Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-sign-keys.html
The program performs such functions as creating, signing, and retiring keys and certificates, and normally works as follows: ndb_sign_keys connects to ndb_mgmd and fetches the cluster' configuration. --connect-retries Command-Line Format ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
enable-tcp-ip N/A N/A bool true, false true configure, reconfigure N/A Indicates whether the server permits connections over TCP/IP. port P N/A number N/A 3306 configure, reconfigure enable-tcp-id=true The port number to use when listening for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-shell.html
Start MySQL Shell After you have installed and started MySQL server, connect MySQL Shell to the server instance. You need to know the address of the MySQL server instance you plan to connect to. To be able to use the instance as a Document Store, ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-shell.html
Start MySQL Shell After you have installed and started MySQL server, connect MySQL Shell to the server instance. You need to know the address of the MySQL server instance you plan to connect to. To be able to use the instance as a Document Store, ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-socket-instances-table.html
The socket_instances table provides a real-time snapshot of the active connections to the MySQL server. The table contains one row per TCP/IP or Unix socket file connection. Information available in this table provides a real-time snapshot of the ...(Additional information is available in socket summary tables, including network activity such as socket operations and number of bytes transmitted and received; see Section 29.12.20.9, “Socket Summary ...
https://dev.mysql.com/doc/refman/8.4/en/security-against-attack.html
When you connect to a MySQL server, you should use a password. All other information is transferred as text, and can be read by anyone who is able to watch the connection. If the connection between the client and the server goes through an ...You ...
https://dev.mysql.com/doc/refman/8.4/en/webauthn-pluggable-authentication.html
The client-side plugin is included in all distributions, including community distributions, which enables clients from any distribution to connect to a server that has the server-side plugin loaded. $> mysqld [options] ... Note WebAuthn ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-other.html
HostName1: Name or IP address of first of two computers joined by TCP connection. HostName2: Name or IP address of second of two computers joined by TCP connection. NodeId1: ID of node (data node, API node, or management node) on one side of ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-access-within-k8s.html
NDB Cluster tools such as ndb_mgm can use the management node service name as a connection string to connect to the management servers. MySQL clients such as mysql can use the mysqld-ext service and the password stored in rootPasswordSecretName to ... An application running inside the Kubernetes Cluster can use these extracted information and can access the data in MySQL Cluster without any additional ...
https://dev.mysql.com/doc/relnotes/mysql-router/8.4/en/news-8-4-3.html
Bugs Fixed With connection sharing enabled, changing the password of an active connection yielded a vague "Lost connection" error instead of indicating that reauthentication failed. (Bug #36939919) On macOS, AddressSanitizer (ASan) discovered a ...