PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
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/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/9.7/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/9.7/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/9.7/en/mysql-cluster-shm-definition.html
Checksum Version (or later) NDB 9.7.0 Type or units boolean Default true Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. (NDB 9.7.0) This parameter is a boolean (Y/N) parameter which is disabled by default.
https://dev.mysql.com/doc/refman/9.7/en/mysqldm-options.html
--compress, -C Command-Line Format --compress[={OFF|ON}] Type Boolean Default Value OFF Compress all information sent between the client and the server if possible. --enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Type Boolean ... mysqldm accepts MySQL standard connection options and several mysqldm-specific ...
https://dev.mysql.com/doc/refman/9.7/en/pluggable-authentication-system-variables.html
authentication_ldap_sasl_referral Command-Line Format --authentication-ldap-sasl-referral[={OFF|ON}] System Variable authentication_ldap_sasl_referral Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value OFF For SASL LDAP ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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 ...
https://dev.mysql.com/doc/refman/9.7/en/telemetry-trace-configuration.html
Server Configuration Client Configuration Client Configuration Example Server Configuration The following are the server trace telemetry configuration variables: telemetry.trace_enabled System Variable telemetry.trace_enabled Scope Global Dynamic ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-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, ...