Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
Users may specify the property allowReplicasDownConnections=true to allow Connection objects to be created even though no replica hosts are reachable. This enables users to promote replicas for Java applications without requiring an application ...
https://dev.mysql.com/doc/connector-net/en/preface.html
MySQL Connector/NET 9.6 Community License Information User Manual has information about licenses relating to Connector/NET community releases in the 9.6 release series. MySQL Connector/NET 9.6 Commercial License Information User Manual has ...
https://dev.mysql.com/doc/mysql-installer/en/preface.html
If you are using a Commercial release of MySQL Installer, see the MySQL Installer Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
Users may specify the property allowReplicasDownConnections=true to allow Connection objects to be created even though no replica hosts are reachable. This enables users to promote replicas for Java applications without requiring an application ...
https://dev.mysql.com/doc/connector-j/en/preface.html
If you are using a Commercial release of MySQL Connector/J 9.6, see the MySQL Connector/J 9.6 Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included ... This manual describes how to install, configure, and develop database applications using MySQL Connector/J, the JDBC driver for communicating with MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/clone.html
CLONE clone_action clone_action: { LOCAL DATA DIRECTORY [=] 'clone_dir'; | INSTANCE FROM 'user'@'host':port IDENTIFIED BY 'password' [DATA DIRECTORY [=] 'clone_dir'] [REQUIRE [NO] SSL] } The CLONE statement is used to clone data locally or from a ...CLONE LOCAL DATA DIRECTORY syntax clones data from the local MySQL data directory to a directory on the same server or node where the MySQL server instance ...
https://dev.mysql.com/doc/refman/8.4/en/encrypted-connections.html
For information on how to require users to use encrypted connections, see the discussion of the REQUIRE clause of the CREATE USER statement in Section 15.7.1.3, “CREATE USER Statement”. MySQL performs encryption on a per-connection basis, and ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
During the installation, you are asked to supply a password for the root user for your MySQL installation. Users who want to set a password later can leave the password field blank in the dialogue box and just press Ok; in that case, root access to ... This section provides guidance on installing MySQL using the MySQL APT ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-oci-marketplace-connecting.html
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 ...
https://dev.mysql.com/doc/refman/8.4/en/replication-multi-source-provision-replica.html
The best strategy for provisioning such a replica is therefore to use mysqldump to create an appropriate dump file on each source, then use the mysql client to import the dump file on the replica. For example: mysql -u<user> -p<password> < ... If ...