Search



Search Results
Displaying 661 to 670 of 2406 total results
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 ...
https://dev.mysql.com/doc/refman/8.4/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 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-delete-all.html
Usage ndb_delete_all -c connection_string tbl_name -d db_name This deletes all rows from the table named tbl_name in the database named db_name. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 ...In some cases, this can be much faster than DELETE or even TRUNCATE ...
Displaying 661 to 670 of 2406 total results