Search



Search Results
Displaying 181 to 190 of 2264 total results
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 ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-connect-to-db-sys.html
This topic provides links to relevant documents that describe how to connect to a MySQL HeatWave DB System. Connect to the DB System After you have created and configured your DB System, connect to the DB System. For MySQL HeatWave on Oracle Cloud ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-privatelink.html
Connecting Using a PrivateLink 5.3 Connecting Using a PrivateLink You can connect directly to a DB System using an AWS PrivateLink. See Connecting to a DB System With a PrivateLink for details.
https://dev.mysql.com/doc/connector-j/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 ...
https://dev.mysql.com/doc/refman/8.4/en/connection-control-plugin.html
MySQL Server includes a plugin library that enables administrators to introduce an increasing delay in server response to connection attempts after a configurable number of consecutive failed attempts. The plugin library contains two plugins: ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-connected.html
This read-only property checks whether the connection to MySQL is available using the ping() method; but unlike ping(), connected returns True when the connection is available, and False otherwise.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-connected.html
This read-only property checks whether the connection to MySQL is available using the ping() method; but unlike ping(), connected returns True when the connection is available, and False otherwise.
https://dev.mysql.com/doc/internals/en/connection-phase.html
At this stage client can request SSL connection, in which case an SSL communication channel is established before client sends its authentication response. After initial handshake, server informs client about the method to be used for authentication ...Note In case the server sent a ERR packet as first packet it will happen before the client and server negotiated any ...
https://dev.mysql.com/doc/refman/8.4/en/connection-management.html
This includes a description of the available connection interfaces, how the server uses connection handler threads, details about the administrative connection interface, and management of DNS lookups.
https://dev.mysql.com/doc/refman/8.4/en/error-lost-connection.html
In this case, if your connect_timeout value is set to only a few seconds, you may be able to resolve the problem by increasing it to ten seconds, perhaps more if you have a very long distance or slow connection. Usually it indicates network ...If ...
Displaying 181 to 190 of 2264 total results