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/audit-log-file-formats.html
<AUDIT_RECORD> <TIMESTAMP>2019-10-03T14:09:43 UTC</TIMESTAMP> <RECORD_ID>11_2019-10-03T14:06:33</RECORD_ID> <NAME>Quit</NAME> <CONNECTION_ID>6</CONNECTION_ID> <STATUS>0</STATUS> <STATUS_CODE>0</STATUS_CODE> <USER>root</USER> <OS_LOGIN/> ... The ...
https://dev.mysql.com/doc/refman/8.0/en/firewall-usage.html
The scope indicates which client connections the profile applies to: The firewall supports account-based profiles such that each profile matches a particular client account (client user name and host name combination). Place the trained profiles in ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 8.4.7.2, “Installing or Uninstalling MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.0/en/ldml-collation-example.html
To add a UCA collation for a Unicode character set without recompiling MySQL, use the following procedure. If you are unfamiliar with the LDML rules used to describe the collation's sort characteristics, see Section 12.14.4.2, “LDML Syntax ...The ...
https://dev.mysql.com/doc/refman/8.0/en/source-installation-doxygen.html
The MySQL source code contains internal documentation written using Doxygen. It is also possible to generate this content locally from a MySQL source distribution using the following procedure: Install doxygen 1.9.2 or later. After installing ...
https://dev.mysql.com/doc/refman/8.0/en/group-by-functional-dependence.html
Determination of functional dependence becomes more complex if there are nested outer joins or the join condition does not consist entirely of equality comparisons. The following discussion provides several examples of the ways in which MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/select-into.html
The character_set_filesystem system variable controls the interpretation of the file name. Column values are written converted to the character set specified in the CHARACTER SET clause. If no such clause is present, values are dumped using the ...
https://dev.mysql.com/doc/refman/8.0/en/string-comparison-functions.html
With LIKE you can use the following two wildcard characters in the pattern: % matches any number of characters, even zero characters. mysql> SELECT 'David!' LIKE 'David_'; -> 1 mysql> SELECT 'David!' LIKE '%D%v%'; -> 1 To test for literal instances ... Table 14.13 String Comparison Functions and Operators Name Description LIKE Simple pattern matching NOT LIKE Negation of simple pattern matching STRCMP() Compare two strings If a string function is given a binary string as an argument, the resulting string is also a binary ...
https://dev.mysql.com/doc/refman/8.0/en/validate-password-options-variables.html
By default, validate_password.changed_characters_percentage permits all of the characters from the current password to be reused in the new password. If set to 100 percent, all of the characters from the current password are rejected, regardless of ... This section describes the system and status variables that validate_password provides to enable its operation to be configured and ...
https://dev.mysql.com/doc/refman/8.0/en/change-master-to.html
Values used for SOURCE_HOST and other CHANGE REPLICATION SOURCE TO options are checked for linefeed (\n or 0x0A) characters. The presence of such characters in these values causes the statement to fail with an error. When the receiver thread is ...] ...
https://dev.mysql.com/doc/refman/8.0/en/charset-collation-names.html
MySQL collation names follow these conventions: A collation name starts with the name of the character set with which it is associated, generally followed by one or more suffixes indicating other collation characteristics. For example, ...