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/ldml-collation-example.html
Phone numbers can be given in very different formats: +7-12345-67 +7-12-345-67 +7 12 345 67 +7 (12) 345 67 +71234567 The problem raised by dealing with these kinds of values is that the varying permissible formats make searching for a specific phone ... To add a UCA collation for a Unicode character set without recompiling MySQL, use the following ...
https://dev.mysql.com/doc/refman/8.0/en/load-data-local-security.html
The utility has preset options and customization options to produce different output formats. The data file can be the output from MySQL Shell's table export utility or another format supported by the utility's preset and customization options. The ...
https://dev.mysql.com/doc/refman/8.0/en/log-destinations.html
(This assumes that the general query log itself is enabled.) Log Table Benefits and Characteristics The use of tables for log output offers the following benefits: Log entries have a standard format. By default, the log tables use the CSV storage ...
https://dev.mysql.com/doc/refman/8.0/en/memory-use.html
For more information, see Section 17.8.3.1, “Configuring InnoDB Buffer Pool Size”. The storage engine interface enables the optimizer to provide information about the size of the record buffer to be used for scans that the optimizer estimates ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-config-example.html
The global configuration file for NDB Cluster uses INI format, which consists of sections preceded by section headings (surrounded by square brackets), followed by the appropriate parameter names and values. One deviation from the standard INI ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-disk-data-storage-requirements.html
For general information about calculating these values, see Section 13.7, “Data Type Storage Requirements”. You can obtain an estimate the amount of space available in data files and undo log files by querying the Information Schema FILES table.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-event-reports.html
The cluster log is the log recommended for most uses because it provides logging information for an entire cluster in a single location. Cluster logging information can also be sent to stdout or a syslog facility in addition to or instead of being ... In this section, we discuss the types of event logs provided by NDB Cluster, and the types of events that are ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-linux-rpm.html
See Installing MySQL NDB Cluster Using the Yum Repository, for instructions and additional information. See Installing MySQL NDB Cluster Using the SLES Repository, for instructions and additional information. ver represents the three-part NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-unsupported.html
Note See Section 25.2.7.3, “Limits Relating to Transaction Handling in NDB Cluster”, for more information relating to limitations on transaction handling in NDB. A number of features supported by other storage engines are not supported for NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-replication-preparation.html
Ensure that each MySQL server acting as a replication source is assigned a unique server ID, and has binary logging enabled, using the row-based format. (See Section 19.2.1, “Replication Formats”.) In addition, we strongly recommend enabling the ... Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 25.7.2, “General Requirements for NDB Cluster ...