PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.6Kb
Man Pages (Zip)
- 402.0Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html
audit_log_current_session System Variable audit_log_current_session Scope Global, Session Dynamic No SET_VAR Hint Applies No Type Boolean Default Value depends on filtering policy Whether audit logging is enabled for the current session. Unless ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-shm-definition.html
Checksum Version (or later) NDB 8.0.13 Type or units boolean Default true Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. (NDB 8.0.13) This parameter is a boolean (Y/N) parameter which is disabled by default.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-tcp-definition.html
Connection parameters which can be set in [tcp] and [tcp default] sections of the config.ini file are listed here: AllowUnresolvedHostNames Version (or later) NDB 8.0.22 Type or units boolean Default false Range true, false Added NDB 8.0.22 Restart ... TCP/IP is the default transport mechanism for all connections between nodes in an NDB ...
https://dev.mysql.com/doc/refman/8.0/en/server-configuration-validation.html
But no error occurs, so the exit code is 0: $> mysqld --validate-config --log_error_verbosity=2 --read-only=s --transaction_read_only=s 2018-11-05T15:43:18.445863Z 0 [Warning] [MY-000076] [Server] option 'read_only': boolean value 's' was not ... As ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html
binlog_gtid_simple_recovery Command-Line Format --binlog-gtid-simple-recovery[={OFF|ON}] System Variable binlog_gtid_simple_recovery Scope Global Dynamic No SET_VAR Hint Applies No Type Boolean Default Value ON This variable controls how binary log ... The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers ...
https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html
authentication_ldap_sasl_referral Command-Line Format --authentication-ldap-sasl-referral[={OFF|ON}] Introduced 8.0.20 System Variable authentication_ldap_sasl_referral Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value OFF ...If FIDO authentication is attempted and this value is not the one expected by the FIDO device, the device assumes that it is not talking to the correct server and an error ...
https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html
mysql> SELECT INTERVAL(23, 1, 15, 17, 30, 44, 200); -> 3 mysql> SELECT INTERVAL(10, 1, 10, 100, 1000); -> 2 mysql> SELECT INTERVAL(22, 23, 30, 44, 200); -> 0 IS boolean_value Tests a value against a boolean value, where boolean_value can be TRUE, ...
https://dev.mysql.com/doc/refman/8.0/en/fulltext-fine-tuning.html
If you really need to search for such common words, it would be better to search using IN BOOLEAN MODE instead, which does not observe the 50% threshold. Modifying Boolean Full-Text Search Operators To change the operators used for boolean full-text ...You can exert more control over full-text searching behavior if you have a MySQL source distribution because some changes require source code ...
https://dev.mysql.com/doc/refman/8.0/en/fulltext-search-mecab.html
SELECT COUNT(*) FROM articles WHERE MATCH(title,body) AGAINST('データベース管理' IN NATURAL LANGUAGE MODE); For boolean mode search, the search term is converted to a search phrase. SELECT COUNT(*) FROM articles WHERE MATCH(title,body) ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-filter-definitions.html
With an argument, query_digest returns a Boolean indicating whether the argument is equal to the current statement digest. For information about using JSON data in MySQL, see Section 13.5, “The JSON Data Type”. Filter definitions have this form, ...