PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.5Kb
Man Pages (Zip)
- 401.9Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/create-server.html
CREATE SERVER server_name FOREIGN DATA WRAPPER wrapper_name OPTIONS (option [, option] ...) option: { HOST character-literal | DATABASE character-literal | USER character-literal | PASSWORD character-literal | SOCKET character-literal | OWNER ...
https://dev.mysql.com/doc/refman/8.0/en/dynamic-format.html
Each row is preceded by a bitmap that indicates which columns contain the empty string (for string columns) or zero (for numeric columns). If a string column has a length of zero after trailing space removal, or a numeric column has a value of zero, ... Dynamic storage format is used if a MyISAM table contains any variable-length columns (VARCHAR, VARBINARY, BLOB, or TEXT), or if the table was created with the ROW_FORMAT=DYNAMIC table ...
https://dev.mysql.com/doc/refman/8.0/en/myisamchk-repair-options.html
--data-file-length=len, -D len Command-Line Format --data-file-length=len Type Numeric The maximum length of the data file (when re-creating data file when it is “full”). --keys-used=val, -k val Command-Line Format --keys-used=val Type Numeric ...--correct-checksum Command-Line Format --correct-checksum Correct the checksum information for the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndbd.html
--connect-delay=# Command-Line Format --connect-delay=# Deprecated Yes (removed in 8.0.28-ndb-8.0.28) Type Numeric Default Value 5 Minimum Value 0 Maximum Value 3600 Determines the time to wait between attempts to contact a management server when ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-shm-definition.html
NodeId1 Version (or later) NDB 8.0.13 Type or units numeric Default [none] Range 1 - 255 Restart Type Node Restart: Requires a rolling restart of the cluster. NodeId2 Version (or later) NDB 8.0.13 Type or units numeric Default [none] Range 1 - 255 ... Communications between NDB cluster nodes are normally handled using ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-tcp-definition.html
NodeId1 Version (or later) NDB 8.0.13 Type or units numeric Default [none] Range 1 - 255 Restart Type Node Restart: Requires a rolling restart of the cluster. NodeId2 Version (or later) NDB 8.0.13 Type or units numeric Default [none] Range 1 - 255 ... TCP/IP is the default transport mechanism for all connections between nodes in an NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysqladmin.html
--connect-timeout=value Command-Line Format --connect-timeout=value Type Numeric Default Value 43200 The maximum number of seconds before connection timeout. --port=port_num, -P port_num Command-Line Format --port=port_num Type Numeric Default Value ...You can use it to check the server's configuration and current status, to create and drop databases, and ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlimport.html
--ignore-lines=N Command-Line Format --ignore-lines=# Type Numeric Ignore the first N lines of the data file. --port=port_num, -P port_num Command-Line Format --port=port_num Type Numeric Default Value 3306 For TCP/IP connections, the port number to ... The mysqlimport client provides a command-line interface to the LOAD DATA SQL ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlpump.html
--compress-output=algorithm Command-Line Format --compress-output=algorithm Type Enumeration Valid Values LZ4ZLIB By default, mysqlpump does not compress output. --max-allowed-packet=N Command-Line Format --max-allowed-packet=N Type Numeric Default ... mysqlpump Invocation Syntax mysqlpump Option Summary mysqlpump Option Descriptions mysqlpump Object Selection mysqlpump Parallel Processing mysqlpump Restrictions The mysqlpump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/doc/refman/8.0/en/precision-math-decimal-characteristics.html
This limit of 65 digits of precision also applies to exact-value numeric literals, so the maximum range of such literals differs from before. The SQL standard requires that the precision of NUMERIC(M,D) be exactly M digits. In MySQL, DECIMAL(M,D) ...