PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-system-definition.html
Name Version (or later) NDB 7.5.0 Type or units string Default [...] Range ... The [system] section is used for parameters applying to the cluster as a whole. The Name system parameter is used with MySQL Enterprise Monitor; ConfigGenerationNumber ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-tcp-definition.html
Proxy Version (or later) NDB 7.5.0 Type or units string Default [...] Range ... TCP/IP is the default transport mechanism for all connections between nodes in an NDB Cluster. Normally it is not necessary to define TCP/IP connections; NDB Cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-rsa-setup.html
--suffix=str Command-Line Format --suffix=str Type String The suffix for the Common Name attribute in X.509 certificates. This program creates the SSL certificate and key files and RSA key-pair files required to support secure connections using SSL ...
https://dev.mysql.com/doc/refman/5.7/en/operator-precedence.html
With PIPES_AS_CONCAT enabled, || is string concatenation, with a precedence between ^ and the unary operators. Operator precedences are shown in the following list, from highest precedence to the lowest. Operators that are shown together on a line ...
https://dev.mysql.com/doc/refman/5.7/en/optimizing-queries-myisam.html
(However, even in this case, you should not lose anything by using DELAY_KEY_WRITE, because the key information can always be generated from the data rows.) Strings are automatically prefix- and end-space compressed in MyISAM indexes. Some general ...
https://dev.mysql.com/doc/refman/5.7/en/option-defaults-equals.html
Due to this behavior, problems can occasionally arise when no value is provided for an option that expects one. Consider the following example, where a user connects to a MySQL server running on host tonfisk as user jon: $> mysql --host 85.224.35.45 ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-columns-list.html
This is a variant of LIST partitioning that enables the use of multiple columns as partition keys, and for columns of data types other than integer types to be used as partitioning columns; you can use string types, DATE, and DATETIME columns. In ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-columns.html
The next two sections discuss COLUMNS partitioning, which are variants on RANGE and LIST partitioning. COLUMNS partitioning enables the use of multiple columns in partitioning keys. All of these columns are taken into account both for the purpose ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-info.html
This section discusses obtaining information about existing partitions, which can be done in a number of ways. Methods of obtaining such information include the following: Using the SHOW CREATE TABLE statement to view the partitioning clauses used ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-events-statements-current-table.html
DIGEST The statement digest MD5 value as a string of 32 hexadecimal characters, or NULL if the statements_digest consumer is no. The table stores one row per thread showing the current status of the thread's most recent monitored statement event, so ...