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-mgm.html
Note If the management client command to be passed using this option contains any space characters, then the command must be enclosed in quotation marks. If the management client command contains no space characters, the quotation marks are optional. The ndb_mgm management client process is actually not needed to run the ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html
--character-sets-dir=dir_name Command-Line Format --character-sets-dir=dir_name Type Directory name The directory where character sets are installed. --set-charset=charset_name Command-Line Format --set-charset=charset_name Type String Add a SET ...
https://dev.mysql.com/doc/refman/8.0/en/mysqldump-delimited-text.html
--fields-enclosed-by=char The character within which to enclose column values (default: no character). --fields-optionally-enclosed-by=char The character within which to enclose non-numeric column values (default: no character). But this character ... This section describes how to use mysqldump to create delimited-text dump ...
https://dev.mysql.com/doc/refman/8.0/en/MySQLInstallerConsole.html
The --remove and --upgrade actions permit specifying an asterisk character (*) to indicate all products. If the * character is detected at the start of this block, it is assumed all products are to be processed and the remainder of the block is ...
https://dev.mysql.com/doc/refman/8.0/en/rewriter-query-rewrite-plugin-usage.html
Within a pattern template, ? characters act as parameter markers that match data values. A ? character in the pattern matches any literal value in the statement. Prepared statements differ from nonprepared statements in that they may contain ? ...
https://dev.mysql.com/doc/refman/8.0/en/validate-password.html
For example, without the plugin installed, accounts can be assigned passwords shorter than 8 characters, or no password at all. MEDIUM policy adds the conditions that passwords must contain at least 1 numeric character, 1 lowercase character, 1 ...
https://dev.mysql.com/doc/refman/8.0/en/windows-restrictions.html
The \ path name separator character Path name components in Windows are separated by the \ character, which is also the escape character in MySQL. If the pipe includes the character ^Z / CHAR(24), Windows thinks that it has encountered end-of-file ... The following restrictions apply to use of MySQL on the Windows platform: Process memory On Windows 32-bit platforms, it is not possible by default to use more than 2GB of RAM within a single process, including ...
https://dev.mysql.com/doc/refman/8.0/en/account-names.html
Quotes must be used if a user_name string contains special characters (such as space or -), or a host_name string contains special characters or wildcard characters (such as . Use of the % and _ wildcard characters is permitted in host name or IP ...
https://dev.mysql.com/doc/refman/8.0/en/blob.html
They have the binary character set and collation, and comparison and sorting are based on the numeric values of the bytes in column values. They have a character set other than binary, and values are sorted and compared based on the collation of the ... A BLOB is a binary large object that can hold a variable amount of ...
https://dev.mysql.com/doc/refman/8.0/en/case-sensitivity.html
For binary strings (BINARY, VARBINARY, BLOB), comparisons use the numeric values of the bytes in the operands; this means that for alphabetic characters, comparisons are case-sensitive. Simple comparison operations (>=, >, =, <, <=, sorting, and ...