PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-show-tables.html
ndb_show_tables displays a list of all NDB database objects in the cluster. By default, this includes not only both user-created tables and NDB system tables, but NDB-specific indexes, internal triggers, and NDB Cluster Disk Data objects as well.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-waiter.html
ndb_waiter repeatedly (each 100 milliseconds) prints out the status of all cluster data nodes until either the cluster reaches a given status or the --timeout limit is exceeded, then exits. By default, it waits for the cluster to achieve STARTED ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndbd.html
See the description of the StopOnError parameter for a detailed explanation of this issue. The ndbd binary provides the single-threaded version of the process that is used to handle all the data in tables employing the NDBCLUSTER storage engine.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndbinfo-select-all.html
ndbinfo_select_all is a client program that selects all rows and columns from one or more tables in the ndbinfo database Not all ndbinfo tables available in the mysql client can be read by this program (see later in this section). In addition, ...
https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html
This is necessary, for example, if the value contains space characters. All characters are legal except double quotation mark and backslash (\). MySQL user names are limited to 32 characters (see Section 8.2.3, “Grant Tables”), which limits PAM ... Note PAM pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.0/en/partitioning-columns-range.html
In addition, changing the character set or collation for a given database, table, or column after such a table is created may cause changes in how rows are distributed. For information about how MySQL handles character sets and collations, see ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html
If you use the --replicate-rewrite-db option on the command line and the > character is special to your command interpreter, quote the option value. To ensure that rewriting produces the expected results, particularly in combination with other ...
https://dev.mysql.com/doc/refman/8.0/en/replication-upgrade.html
The default character set has changed from latin1 to utf8mb4 in MySQL 8.0. In a replicated setting, when upgrading from MySQL 5.7 to 8.0, it is advisable to change the default character set back to the character set used in MySQL 5.7 before ... When ...
https://dev.mysql.com/doc/refman/8.0/en/set-names.html
SET NAMES {'charset_name' [COLLATE 'collation_name'] | DEFAULT} This statement sets the three session system variables character_set_client, character_set_connection, and character_set_results to the given character set. Setting ...The optional ...
https://dev.mysql.com/doc/refman/8.0/en/show-collation.html
Charset The name of the character set with which the collation is associated. Default Whether the collation is the default for its character set. Sortlen This is related to the amount of memory required to sort strings expressed in the character set. To see the default collation for each character set, use the following ... SHOW COLLATION [LIKE ...