PDF (US Ltr)
- 41.9Mb
PDF (A4)
- 42.0Mb
Man Pages (TGZ)
- 272.3Kb
Man Pages (Zip)
- 378.3Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/replication-options-gtids.html
The different modes are: OFF: Both new and replicated transactions must be anonymous. If the server has no existing GTIDs, as in the case of an empty server that you are provisioning with a backup of an existing database, both methods have the same ... The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers ...
https://dev.mysql.com/doc/refman/9.7/en/server-options.html
Use both the --verbose and --help options to see the full message. The option value is a semicolon-separated list of plugin_library values, name=plugin_library values, or both. If both --defaults-file and --local-service are given following the ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-recommender.html
This method acts as a wrapper for both sys.ML_TRAIN and sys.ML_MODEL_LOAD, but is specific to the AutoML recommendation task. (See Generate Predictions for a Recommendation Model.) Both versions are described in the following paragraphs. Two ...
https://dev.mysql.com/doc/refman/9.7/en/timestamp-initialization.html
For any TIMESTAMP or DATETIME column in a table, you can assign the current timestamp as the default value, the auto-update value, or both: An auto-initialized column is set to the current timestamp for inserted rows that specify no value for the ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-reference.html
If an audit_log_read() argument includes either item, it must include both to completely specify a position or an error occurs. If a hash argument includes both a start item and a bookmark, an error occurs. If both audit_log.max_size and ...Audit ...
https://dev.mysql.com/doc/refman/9.7/en/binary-log-mixed.html
The warning is shown both in the client (in the output of SHOW WARNINGS) and through the mysqld error log. A given storage engine can support either or both logging formats. Type binlog_format SLC RLC Error / Warning Logged as * * No No Error: ...
https://dev.mysql.com/doc/refman/9.7/en/charset-cp932.html
Some cp932 characters have two different code points, both of which convert to the same Unicode code point. (See http://support.microsoft.com/kb/170559/EN-US/.) The conversion rule works like this: If the character is in both JIS X 0208 and NEC ...
https://dev.mysql.com/doc/refman/9.7/en/create-user.html
The remaining properties apply globally to all accounts named in the statement, so for both accounts: Connections must be made using a valid X.509 certificate. CREATE USER Authentication Options An account name may be followed by an auth_option ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-cjk.html
How does MySQL represent the Yen (¥) sign? A problem arises because some versions of Japanese character sets (both sjis and euc) treat 5C as a reverse solidus (\, also known as a backslash), whereas others treat it as a yen sign (¥). mysql> CREATE ... This set of Frequently Asked Questions derives from the experience of MySQL's Support and Development groups in handling many inquiries about CJK (Chinese-Japanese-Korean) ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-ipv6.html
To use IPv6 addresses, the operating system on the server host and the MySQL Server instance must both be configured to support IPv6. If a host name specified as the Group Replication local address for a server instance resolves to both an IPv4 and ... Group Replication group members can use IPv6 addresses as an alternative to IPv4 addresses for communications within the ...