Search Results
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/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 ...
https://dev.mysql.com/doc/connector-net/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/relnotes/connector-net/en/news-8-0-16.html
(WL #12174) Document Store: Connector/NET now supports the ability to send connection attributes (key-value pairs that application programs can pass to the server at connect time). Connector/NET defines a default set of attributes, which can be ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html
2025-05-07: PrivateLink for High Availability DB Systems Your application running in AWS can now connect to a high availability DB System through a Query PrivateLink to ensure that all traffic to or from your DB System stays on a private network ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filtering.html
When a connection arrives, the audit log plugin determines which filter to use for the new session by searching for the user account name in the current filter assignments: If a filter is assigned to the user, the audit log uses that filter. Suppose ... Note For audit log filtering to work as described here, the audit log plugin and the accompanying audit tables and functions must be ...
https://dev.mysql.com/doc/refman/8.4/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 ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-instances.html
Group Replication uses this address for internal member-to-member connections involving remote instances of the group communication engine (XCom, a Paxos variant). Important The group replication local address must be different to the host name and ... This section explains the configuration settings required for MySQL Server instances that you want to use for Group ...