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-import.html
Prior to NDB 8.0.28, the order of the parameters made no difference, other than that, when both n and r were specified, the one occurring last (rightmost) was the parameter which actually took effect. ndb_import imports CSV-formatted data, such as ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndbd.html
Entries in the error log are not listed in chronological order; rather, they correspond to the order of the trace files as determined in the ndb_node_id_trace.log.next file (see below). The ndbd binary provides the single-threaded version of the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-replication-multi-source.html
This does not automatically create binary logs on the second NDB Cluster's SQL node acting as the replica; in order to cause the binary logs to be created, you must issue a SHOW TABLES statement on that SQL node; this should be done prior to running ... It is possible to use NDB Cluster for bidirectional replication between two clusters, as well as for circular replication between any number of ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-replication-schema.html
In order not to make it necessary to insert a row in the ndb_replication table for each and every combination of database, table, and SQL node in your replication setup, NDB supports wildcard matching on the this table's db, table_name, and ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html
The priority and weight values in the DNS SRV record determine the order in which servers should be tried. For example, to explicitly disable local data loading except for files located in the /my/local/data directory, invoke mysql like this: mysql ... mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html
The order in which the options are provided makes no difference in this regard. The order in which the options are provided makes no difference in this regard. The server's binary log consists of files containing “events” that describe ...
https://dev.mysql.com/doc/refman/8.0/en/mysqld-multi.html
The order in which the mysqld programs are started or stopped depends on the order in which they appear in the option file. mysqld_multi is designed to manage several mysqld processes that listen for connections on different Unix socket files and ...
https://dev.mysql.com/doc/refman/8.0/en/mysqldumpslow.html
The MySQL slow query log contains information about queries that take a long time to execute (see Section 7.4.5, “The Slow Query Log”). mysqldumpslow parses MySQL slow query log files and summarizes their contents. Normally, mysqldumpslow ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlpump.html
For example, INSERT statements from multiple tables dumped in parallel can be interleaved; the statements are not written in any particular order. mysqlpump Invocation Syntax mysqlpump Option Summary mysqlpump Option Descriptions mysqlpump Object ...
https://dev.mysql.com/doc/refman/8.0/en/operator-precedence.html
The precedence of operators determines the order of evaluation of terms in an expression. Operator precedences are shown in the following list, from highest precedence to the lowest. Operators that are shown together on a line have the same ...