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-tcp-definition.html
Connection parameters which can be set in [tcp] and [tcp default] sections of the config.ini file are listed here: AllowUnresolvedHostNames Version (or later) NDB 8.0.22 Type or units boolean Default false Range true, false Added NDB 8.0.22 Restart ... TCP/IP is the default transport mechanism for all connections between nodes in an NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-restore.html
--backup-password-from-stdin[=TRUE|FALSE] Command-Line Format --backup-password-from-stdin Introduced 8.0.24-ndb-8.0.24 When used in place of --backup-password, this option enables input of the backup password from the system shell (stdin), similar ... The NDB Cluster restoration program is implemented as a separate command-line utility ndb_restore, which can normally be found in the MySQL bin ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html
--debug-check Command-Line Format --debug-check Type Boolean Default Value FALSE Print some debugging information when the program exits. --debug-info Command-Line Format --debug-info Type Boolean Default Value FALSE Print debugging information and ... The server's binary log consists of files containing “events” that describe modifications to database ...
https://dev.mysql.com/doc/refman/8.0/en/mysqld-multi.html
Command-Line Format --no-defaults Type Boolean Default Value false With --defaults-file=file_name, only the named file is read. --help Command-Line Format --help Type Boolean Default Value false Display a help message and exit. --example ...
https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html
--enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Type Boolean Default Value FALSE Enable the mysql_clear_password cleartext authentication plugin. --debug-check Command-Line Format --debug-check Type Boolean Default Value ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlslap.html
--auto-generate-sql, -a Command-Line Format --auto-generate-sql Type Boolean Default Value FALSE Generate SQL statements automatically when they are not supplied in files or using command options. --auto-generate-sql-add-autoincrement Command-Line ... mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each ...
https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html
Boolean variables can be set at startup to the values ON, TRUE, OFF, and FALSE (not case-sensitive), as well as 1 and 0. global_connection_memory_tracking Command-Line Format --global-connection-memory-tracking={TRUE|FALSE} Introduced 8.0.28 System ... The MySQL server maintains many system variables that affect its ...
https://dev.mysql.com/doc/refman/8.0/en/innochecksum.html
--help, -? Command-Line Format --help Type Boolean Default Value false Displays command line help. Example usage: innochecksum --help --info, -I Command-Line Format --info Type Boolean Default Value false Synonym for --help. Example usage: ...This ...
https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html
Some of the functions in this section return values other than 1 (TRUE), 0 (FALSE), or NULL. expr IN (value,...) Returns 1 (true) if expr is equal to any of the values in the IN() list, else returns 0 (false). mysql> SELECT INTERVAL(23, 1, 15, 17, ... Table 14.4 Comparison Operators Name Description > Greater than operator >= Greater than or equal operator < Less than operator <>, != Not equal operator <= Less than or equal operator <=> NULL-safe equal to operator = Equal operator BETWEEN ...
https://dev.mysql.com/doc/refman/8.0/en/create-spatial-reference-system.html
srs_attribute: { NAME 'srs_name' | DEFINITION 'definition' | ORGANIZATION 'org_name' IDENTIFIED BY org_id | DESCRIPTION 'description' } srid, org_id: 32-bit unsigned integer This statement creates a spatial reference system (SRS) definition and ...