Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 295.2Kb
Man Pages (Zip) - 400.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 211 to 220 of 847 total results
https://dev.mysql.com/doc/refman/8.0/en/error-log-priority-based-filtering.html
Other log sinks might or might not follow the same convention, and in the resulting logs, system messages might be assigned the label used for the information priority level, such as “Note” or “Information”. Note The log_error_verbosity ...
https://dev.mysql.com/doc/refman/8.0/en/events-privileges.html
If you inspect the MySQL error log (hostname.err), you can see that the event is executing, but the action it is attempting to perform fails: 2013-09-24T12:41:31.261992Z 25 [ERROR] Event Scheduler: [jon@ghidora][cookbook.e_store_ts] INSERT command ... To enable or disable the execution of scheduled events, it is necessary to set the value of the global event_scheduler system ...
https://dev.mysql.com/doc/refman/8.0/en/expired-password-handling.html
Note Although it is possible to “reset” an expired password by setting it to its current value, it is preferable, as a matter of good policy, to choose a different password. MySQL provides password-expiration capability, which enables database ...
https://dev.mysql.com/doc/refman/8.0/en/federated-create.html
Alternatively, make a note of the table definition of an existing table, perhaps using the SHOW CREATE TABLE statement. Note You can improve the performance of a FEDERATED table by adding indexes to the table on the host. To create a FEDERATED ...
https://dev.mysql.com/doc/refman/8.0/en/fips-mode.html
Enabling FIPS Mode in MySQL Note In MySQL 8.0.34 and later, the server-side and client-side configuration described at the end of this section is no longer required. Note If the OpenSSL FIPS Object Module is not available, the only permitted value ... MySQL supports FIPS mode when a supported OpenSSL library and FIPS Object Module are available on the host ...
https://dev.mysql.com/doc/refman/8.0/en/firewall-installation.html
Note If installed, MySQL Enterprise Firewall involves some minimal overhead even when disabled. $> mysql -u root -p < linux_install_firewall.sql Enter password: (enter root password here) Note To use MySQL Enterprise Firewall in the context of ...
https://dev.mysql.com/doc/refman/8.0/en/fulltext-search-mecab.html
Note MySQL also provides an ngram full-text parser plugin that supports Japanese. Note After the MeCab parser plugin is installed, you can use the mecab_charset status variable to view the character set used with MeCab. The built-in MySQL full-text ...
https://dev.mysql.com/doc/refman/8.0/en/fulltext-search-ngram.html
Note MySQL also provides a MeCab full-text parser plugin for Japanese, which tokenizes documents into meaningful words. The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and end, ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-connection-security.html
Note The XCom communication stack does not support network namespaces, so the Group Replication local address (group_replication_local_address system variable) cannot use these. It is important to note that because Group Replication cannot even see ... From MySQL 8.0.27, Group Replication can secure group communication connections between members by one of the following methods: Using its own implementation of the security protocols, including TLS/SSL and the use of an allowlist for incoming Group Communication System (GCS) ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-functions-for-communication-protocol.html
Note that the group_replication_get_communication_protocol() function returns the minimum MySQL version that the group supports, which might differ from the version number that was passed to group_replication_set_communication_protocol(), and from ... The following functions enable you to inspect and configure the Group Replication communication protocol version that is used by a replication ...
Displaying 211 to 220 of 847 total results