Search Results
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/mysql-cluster-manager/8.4/en/mcm-reset.html
Certain configuration attributes, such as those relating to TCP connections, apply to connections between processes rather than to individual processes or individual process types. As shown elsewhere (see Setting Attributes for mysqld nodes), when ... reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] process_specification: [process_name][:process_id] process_name: {ndb_mgmd|ndbd|ndbmtd|mysqld|ndbapi} This command resets an attribute to its default ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #25650912) X DevAPI: Connector/J now supports the ability ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-filtering.html
When a connection arrives, the audit log component 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.
https://dev.mysql.com/doc/refman/9.7/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 ... Important The audit_log plugin is deprecated, and is being replaced by the audit_log ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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 ...
https://dev.mysql.com/doc/refman/9.7/en/multiple-server-clients.html
Start the client with --protocol=TCP to connect using TCP/IP, --protocol=SOCKET to connect using a Unix socket file, --protocol=PIPE to connect using a named pipe, or --protocol=MEMORY to connect using shared memory. For TCP/IP connections, you may ...On Unix, set the MYSQL_UNIX_PORT and MYSQL_TCP_PORT environment variables to point to the Unix socket file and TCP/IP port number before you start your ...