Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 51 to 60 of 194 total results
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/en/mysql-cluster-programs-ndbd.html
--connect-delay=# Command-Line Format --connect-delay=# Deprecated Yes Type Numeric Default Value 5 Minimum Value 0 Maximum Value 3600 Determines the time to wait between attempts to contact a management server when starting (the number of attempts ... The ndbd binary provides the single-threaded version of the process that is used to handle all the data in tables employing the NDBCLUSTER storage ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-shm-definition.html
NodeId1 Version (or later) NDB 9.7.0 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 9.7.0 Type or units numeric Default [none] Range 1 - 255 ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-tcp-definition.html
NodeId1 Version (or later) NDB 9.7.0 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 9.7.0 Type or units numeric Default [none] Range 1 - 255 ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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) ...
https://dev.mysql.com/doc/refman/9.7/en/replication-options-binary-log.html
The binary log is a sequence of files with a base name and numeric extension. The server creates binary log files in sequence by adding a numeric suffix to the base name. binlog_format Command-Line Format --binlog-format=format Deprecated Yes System ... Startup Options Used with Binary Logging System Variables Used with Binary Logging You can use the mysqld options and system variables that are described in this section to affect the operation of the binary log as well as to control which statements are written to the binary ...
Displaying 51 to 60 of 194 total results