Search Results
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
Adding the MySQL SLES Repository Add or update the official MySQL SLES repository for your system's repository list: Note The beginning part of the configuration file name, such as mysql84, describes the default MySQL series that is enabled for ...
https://dev.mysql.com/doc/refman/8.4/en/load-data.html
Note It is not possible to load data files that use the ucs2, utf16, utf16le, or utf32 character set. Note For a text file generated on a Windows system, proper file reading might require LINES TERMINATED BY '\r\n' because Windows programs typically ...The file can be read from the server host or the client host, depending on whether the LOCAL modifier is ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-pkg.html
Note Before proceeding with the installation, be sure to stop all running MySQL server instances by using either the MySQL Manager Application (on macOS Server), the preference pane, or mysqladmin shutdown on the command line. Note Although the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-example.html
Note The options shown here should not be confused with those that are used in config.ini global configuration files. Note In some older releases of NDB Cluster, there was no default value for NoOfReplicas, which always had to be specified ... To ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-disk-data-objects.html
Some items of note: As is the case with the .log file extension used in this example for undo log files, there is no special significance for the .dat file extension; it is used merely for easy recognition. Note Older versions of NDB Cluster used an ... NDB Cluster Disk Data storage is implemented using the following objects: Tablespace: Acts as containers for other Disk Data ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-client-commands.html
In the listing that follows, node_id denotes either a data node ID or the keyword ALL, which indicates that the command should be applied to all of the cluster's data nodes. Note It is possible to use EXIT SINGLE USER MODE even when not in single ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
Note Before using ndb_restore, it is recommended that the cluster be running in single user mode, unless you are restoring multiple data nodes in parallel. A directory reference may be relative or absolute; it may contain one or more environment ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbxfrm.html
The password must meet the requirements listed here: Uses any of the printable ASCII characters except !, ', ", $, %, \, `, and ^ Is no more than 256 characters in length Is enclosed by single or double quotation marks Note This option cannot be ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-issues.html
This type of circular replication scheme for NDB Cluster, in which the line of replication (again indicated by the curved arrows in the diagram) is discontinuous, should be possible, but it should be noted that it has not yet been thoroughly tested ... This section discusses known problems or issues when using replication with NDB ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-migrate-keyring.html
Note --component-dir, --source-keyring, and --destination-keyring are mandatory for all keyring migration operations performed by mysql_migrate_keyring. Note --component-dir, --source-keyring, and --destination-keyring are mandatory for all keyring ... The mysql_migrate_keyring utility migrates keys between one keyring component and ...