Search

Download this Manual
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


Displaying 271 to 280 of 628 total results
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-pkg.html
When installing using the package installer, the files are installed into a directory within /usr/local matching the name of the installation version and platform. For example, the installer file mysql-5.7.44-macos10.13-x86_64.dmg installs MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html
The MAC address of an interface is taken into account only on FreeBSD, Linux, and Windows. mysql> INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6) -> ON DUPLICATE KEY UPDATE c=VALUES(a)+VALUES(b); . The function return value and type are the same as ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-log-statistics.html
This scheduler runs in an infinite loop; during each loop the scheduler performs the following tasks: Read any incoming messages from sockets into a job buffer. Check whether there are any timed messages to be executed; if so, put these into the job ... The NDB management client's CLUSTERLOG STATISTICS command can provide a number of useful statistics in its ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndb-api-statistics.html
A number of types of statistical counters relating to actions performed by or affecting Ndb objects are available. Such actions include starting and closing (or aborting) transactions; primary key and unique key operations; table, range, and pruned ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html
ndb_log_binlog_index Command-Line Format --ndb-log-binlog-index[={OFF|ON}] System Variable ndb_log_binlog_index Scope Global Dynamic Yes Type Boolean Default Value ON Causes a mapping of epochs to positions in the binary log to be inserted into the ... This section provides information about MySQL server options, server and status variables that are specific to NDB ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-blob-tool.html
This tool can be used to check for and remove orphaned BLOB column parts from NDB tables, as well as to generate a file listing any orphaned parts. It is sometimes useful in diagnosing and repairing corrupted or damaged NDB tables containing BLOB ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-desc.html
ndb_desc provides a detailed description of one or more NDB tables. Usage ndb_desc -c connection_string tbl_name -d db_name [options] ndb_desc -c connection_string index_name -d db_name -t tbl_name Additional options that can be used with ndb_desc ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-backups.html
The backup files can be copied into any directory on the computer where the replica's management host resides, as long as the MySQL and NDB binaries have read permissions in that directory. In this case, we assume that these files have been copied ... This section discusses making backups and restoring from them using NDB Cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-command-options.html
--local-infile[={0|1}] Command-Line Format --local-infile[={0|1}] Type Boolean Default Value FALSE By default, LOCAL capability for LOAD DATA is determined by the default compiled into the MySQL client library. mysql supports the following options, ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-tips.html
The mysql client parser does not take the ANSI_QUOTES SQL mode into account. This section provides information about techniques for more effective use of mysql and about mysql operational behavior. Input-Line Editing Disabling Interactive History ...
Displaying 271 to 280 of 628 total results