Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/upgrade-mysql-clusterset.html
Result of the rescanning operation for the 'MyCluster1' cluster: { "name": "MyCluster1", "newTopologyMode": null, "newlyDiscoveredInstances": [], "unavailableInstances": [], "updatedInstances": [] } Note You can only run <Cluster>.rescan() on the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-binary.html
To install Connector/C++ from the command line in batch mode, use a command similar to: msiexec.exe /i packages\mysql-connector-cpp-commercial-8.X.X-winx64.msi /qn /lvx* msi_install.log ALLUSERS=1 INSTALLDIR=C:\tmp\c-cpp-unpacked INSTALLLEVEL=4 To ... To obtain a Connector/C++ binary distribution, visit the Connector/C++ downloads ...
https://dev.mysql.com/doc/refman/8.4/en/environment-variables.html
The UMASK and UMASK_DIR variables, despite their names, are used as modes, not masks: If UMASK is set, mysqld uses ($UMASK | 0600) as the mode for file creation, so that newly created files have a mode in the range from 0600 to 0666 (all values ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-boolean.html
MySQL can perform boolean full-text searches using the IN BOOLEAN MODE modifier. Thus, a boolean-mode search that contains only terms preceded by - returns an empty result. This mimics the behavior of MATCH() AGAINST() without the IN BOOLEAN MODE ...With this modifier, certain characters have special meaning at the beginning or end of words in the search ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-overview.html
MySQL Shell provides two language modes, JavaScript and Python, in addition to a native SQL mode. Throughout this guide MySQL Shell is used primarily in JavaScript mode. When MySQL Shell starts it is in JavaScript mode by default. Switch modes by ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-encrypted-connections.html
To configure an encrypted connection at startup of MySQL Shell, use the following command options: --ssl-mode : This option specifies the desired security state of the connection to the server. For socket connections, if --ssl-mode is set to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-conflict-resolution.html
Requirements Source Column Control Conflict Resolution Control Conflict Resolution Functions Conflict Resolution Exceptions Table Conflict Detection Status Variables Examples When using a replication setup involving multiple sources (including ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-autocompletion.html
The Section 3.1, “MySQL Shell Commands” can be autocompleted in any of the language modes. Autocompletion supports the following text objects: In SQL mode, autocompletion is aware of schema names, table names, column names of the current active ... MySQL Shell supports autocompletion of text preceding the cursor by pressing the Tab ...
https://dev.mysql.com/doc/refman/8.4/en/insert.html
| TABLE table_name | VALUES row_constructor_list } [ON DUPLICATE KEY UPDATE assignment_list] value: {expr | DEFAULT} value_list: value [, value] ... INSERT with an ON DUPLICATE KEY UPDATE clause enables existing rows to be updated if a row to be ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/add-instance-replicaset.html
The safest and most convenient way to provision a new instance is through automatic clone provisioning, which will completely overwrite the state of 'rsadmin@rs-2' with a physical snapshot from an existing replicaset member. Please select a recovery ... To add instances to a ReplicaSet, complete the following steps: Use the ReplicaSet.addInstance(instance) operation to add secondary instances to the ...