Search



Search Results
Displaying 161 to 170 of 2096 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-connection.html
Connection represents a shared cluster connection from the global connection pool. 4.3.1.13.1 Synopsis public interface Connection {// Public Methods public abstract State currentState(); public abstract int nodeId(); public abstract String ...
https://dev.mysql.com/doc/connector-j/en/connector-j-using-openID.html
OpenID Connect is an authentication protocol based on the OAuth 2.0 framework, providing a simplified and interoperable ways of authentication for enhanced security. Connector/J supports authentication for users created on a MySQL server using the ...The file specified by idTokenFile must exist and must be readable during runtime, or authentication will ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
To fix this, we now connect in a way that is non-blocking, and that returns in case of a timeout, leaving the retry attempts to the caller—in this specific case, the XCom thread when trying to reconnect to another node. (Bug #36006295) Character ...(Bug #36301441) Audit log filtering by type, using error as the type, did not work ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-without-dsn.html
You can connect to the MySQL server using SQLDriverConnect, by specifying the DRIVER name field. Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.3: ConnectionString = "DRIVER={MySQL ODBC 9.3 ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-without-dsn.html
You can connect to the MySQL server using SQLDriverConnect, by specifying the DRIVER name field. Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.6: ConnectionString = "DRIVER={MySQL ODBC 9.6 ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-connection-concepts.html
This section explains the concepts of connections and sessions as used by the X DevAPI. Code examples for connecting to a MySQL Document Store (see Using MySQL as a Document Store) and using sessions are provided. An X DevAPI session is a ...Use of ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/devapi-connection-concepts.html
This section explains the concepts of connections and sessions as used by the X DevAPI. Code examples for connecting to a MySQL Document Store (see Using MySQL as a Document Store) and using sessions are provided. An X DevAPI session is a ...Use of ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/devapi-connection-concepts.html
This section explains the concepts of connections and sessions as used by the X DevAPI. Code examples for connecting to a MySQL Document Store (see Using MySQL as a Document Store) and using sessions are provided. An X DevAPI session is a ...Use of ...
https://dev.mysql.com/doc/refman/8.4/en/gone-away.html
You got a timeout from the TCP/IP connection on the client side. You have encountered a timeout on the server side and the automatic reconnection in the client is disabled (the reconnect flag in the MYSQL structure is equal to 0). You are using a ...
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Support for Kerberos is implemented by Connector/J using the GSS-API, JAAS API, and JCA API; providers for each of these APIs must be available on the Java Virtual Machine running your application that uses Kerberos authentication. Kerberos ...
Displaying 161 to 170 of 2096 total results