Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
Also, be mindful that the password will have to be written as plain text in your Connector/J configuration file or application source code. The server may want to authenticate a client and require the client to provide an SSL certificate to it, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-blob-clob-processing.html
blobSendChunkSize Chunk size to use sending BLOBs or CLOBs via server-prepared statements. This value must not exceed 'maxAllowedPacket'; if it does, it will be adjusted automatically. Since Version 5.0.0 emulateLocators Should the driver emulate ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
Also, be mindful that the password will have to be written as plain text in your Connector/J configuration file or application source code. Server authentication via server certificate verification is enabled when the Connector/J connection ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-client-commands.html
These commands are issued to the management agent using the mysql client program included with the MySQL NDB Cluster distribution (for information about the mysql client not specific to using MySQL Cluster Manager, see mysql — The MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-tarball.html
Extract the MySQL Cluster Manager 8.4.9 program and other files from the distribution archive. You must install a copy of MySQL Cluster Manager on each computer that you intend to use as a MySQL NDB Cluster host. In other words, you need to install ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-show-status.html
The text of the command last issued (previous to the show status --operation command), less any options or arguments. show status show status --cluster|-c cluster_name show status --operation|-o cluster_name show status --backup|-b cluster_name ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-simple.html
To create a backup, use the backup cluster command with the name of the cluster as an argument, similar to what is shown here: mcm> backup cluster mycluster; +-------------------------------+ | Command result | +-------------------------------+ | ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-create-configure.html
Once this is done, we modify the target cluster's configuration until it matches that of the wild cluster that we want to import. At a later point in the example, we also show how to test the configuration in a dry run before attempting to perform ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
On Linux, you can use the command shown here: $> ls ndb_*.pid ndb_50.pid Check the content of the matching .pid file using a pager or text editor. You must verify that each process in the wild cluster has a valid PID file. For purposes of this ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-0.html
(Bug #36589037) Client: Some help texts of the mcm client commands contained artifacts, which have now been removed. MySQL Cluster Manager 8.4.0 marks the start of a new series of LTS (Long Term Support) releases. MySQL Cluster Manager 8.4.0 is ...