Search



Search Results
Displaying 131 to 140 of 2364 total results
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-connect-drivermanager.html
When you are using JDBC outside of an application server, the DriverManager class manages the establishment of connections. Specify to the DriverManager which JDBC drivers to try to make Connections with. With this method, you could use an external ...The easiest way to do this is to use Class.forName() on the class that implements the java.sql.Driver ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connection-attributes-xdevapi.html
Connection attributes are key-value pairs that application programs can pass to the server during connection time to be stored in the PERFORMANCE_SCHEMA tables session_account_connect_attrs and session_connect_attrs. There are two different kinds ...The set of client-defined attributes differ from client to client—see the X DevAPI references of you client for ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connection-attributes-xdevapi.html
Connection attributes are key-value pairs that application programs can pass to the server during connection time to be stored in the PERFORMANCE_SCHEMA tables session_account_connect_attrs and session_connect_attrs. There are two different kinds ...The set of client-defined attributes differ from client to client—see the X DevAPI references of you client for ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connection-attributes-xdevapi.html
Connection attributes are key-value pairs that application programs can pass to the server during connection time to be stored in the PERFORMANCE_SCHEMA tables session_account_connect_attrs and session_connect_attrs. There are two different kinds ...The set of client-defined attributes differ from client to client—see the X DevAPI references of you client for ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-connect-drivermanager.html
When you are using JDBC outside of an application server, the DriverManager class manages the establishment of connections. Specify to the DriverManager which JDBC drivers to try to make Connections with. With this method, you could use an external ...The easiest way to do this is to use Class.forName() on the class that implements the java.sql.Driver ...
https://dev.mysql.com/doc/refman/8.4/en/explain-for-connection.html
To obtain the execution plan for an explainable statement executing in a named connection, use this statement: EXPLAIN [options] FOR CONNECTION connection_id; EXPLAIN FOR CONNECTION returns the EXPLAIN information that is currently being used to ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-encrypted-connections.html
This section explains how to configure X Plugin to use encrypted connections. To enable configuring support for encrypted connections, X Plugin has mysqlx_ssl_xxx system variables, which can have different values from the ssl_xxx system variables ...For example, X Plugin can have SSL key, certificate, and certificate authority files that differ from those used for MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connection-socket.html
On Unix, MySQL Shell connections default to using Unix sockets when the following conditions are met: A TCP port is not specified. If a host name is specified but it is not localhost, a TCP connection is established instead. On Windows, for MySQL ...A host name is not specified or it is equal to ...
https://dev.mysql.com/doc/ndbapi/en/ch04s03s04s01.html
Table 4.120 com.mysql.clusterj.* Name Description DEFAULT_PROPERTY_CLUSTER_BYTE_BUFFER_POOL_SIZES "256, 10240, 102400, 1048576" DEFAULT_PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_BATCH_SIZE 10 DEFAULT_PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_START 1 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-oci-marketplace-connecting.html
This section describes the various connection methods for connecting to the deployed MySQL server on the OCI Compute Instance. Connecting with SSH This section gives some detail on connecting from a UNIX-like platform to the OCI Compute. For more ...To find the temporary root password created for the root user, run the following command: sudo grep 'temporary password' /var/log/mysqld.log To change your default password, log in to the server using the generated, temporary password, using the following command: mysql -uroot ...
Displaying 131 to 140 of 2364 total results