Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-high-availability-and-clustering.html
Default Value 0 Since Version 5.1.6 ha.loadBalanceStrategy If using a load-balanced connection to connect to SQL servers in a MySQL Cluster configuration (by using the URL prefix "jdbc:mysql:loadbalance://"), which load balancing algorithm should ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
Connector/J also supplies two additional methods: setLocalInfileInputStream() sets an InputStream instance that will be used to send data to the MySQL server for a LOAD DATA LOCAL INFILE statement rather than a FileInputStream or URLInputStream that ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-implementation-notes.html
Connector/J also supplies two additional methods: setLocalInfileInputStream() sets an InputStream instance that will be used to send data to the MySQL server for a LOAD DATA LOCAL INFILE statement rather than a FileInputStream or URLInputStream that ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/refman/8.4/en/administrative-connection-interface.html
As mentioned in Connection Volume Management, to allow for the need to perform administrative operations even when max_connections connections are already established on the interfaces used for ordinary connections, the MySQL server permits a ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-migration.html
Techniques for moving or copying InnoDB tables include: Importing Tables MySQL Enterprise Backup Copying Data Files (Cold Backup Method) Restoring from a Logical Backup Importing Tables A table that resides in a file-per-table tablespace can be ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-shell.html
Start MySQL Shell After you have installed and started MySQL server, connect MySQL Shell to the server instance. You need to know the address of the MySQL server instance you plan to connect to. If MySQL Shell is not already running, open a terminal ... This quick-start guide assumes a certain level of familiarity with MySQL ...For example to connect to the instance ds1.example.com on the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-service.html
To install the management node as a service on Windows, invoke ndb_mgmd.exe from the command line on the machine hosting the management node, using the --install option, as shown here: C:\> C:\mysql\bin\ndb_mgmd.exe --install Installing service 'NDB ...C:\> NET STOP 'NDB Cluster Management Server' The NDB Cluster Management Server service is ... Once you are satisfied that NDB Cluster is running as desired, you can install the management nodes and data nodes as Windows services, so ...
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions only) . The MySQL user name is then sent to the MySQL server for validation. One of three things may then happen: The ...Kerberos Authentication Workflow The main usage of Kerberos authentication in MySQL is to allow users to create connections without having to specify a user name and password in the connection ...Support for Kerberos is ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
Some MySQL server builds are able to generate SSL keys and certificates for communication encryption, including a certificate and a private key (contained in the client-cert.pem and client-key.pem files), which can be used by any client. With the ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
/// </summary> /// <remarks>The default implementation does nothing.</remarks> protected virtual void AuthenticationSuccessful() /// <summary> /// This method provides a chance for the plugin to send more data when the server requests so during the ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...