Search Results
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/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/9.7/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/9.7/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/ndb-operator/9.7/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/workbench/en/heatwave-migration-assistant.html
To start the migration assistant from the MySQL Workbench homepage, select the green migration icon for the appropriate MySQL Connection of the source database. You need to provide the password for the assistant to connect to the source database.
https://dev.mysql.com/doc/connectors/en/connector-net-interceptors.html
With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you instantiate. Note The classes and methods presented in this section do not apply to ...
https://dev.mysql.com/doc/connectors/en/connectors-apis.html
MySQL Connectors provide connectivity to the MySQL server for client programs. Both Connectors and the APIs enable you to connect and execute MySQL statements from another language or environment, including ODBC, Java (JDBC), C++, Python, Node.js, ...APIs provide low-level access to MySQL resources using either the classic MySQL protocol or X ...