Search

Download this Manual
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


Displaying 211 to 220 of 846 total results
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 ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-limitations.html
Note that the limitations and issues described for multi-primary mode groups can also apply in single-primary mode clusters during a failover event, while the newly elected primary flushes out its applier queue from the old primary. Note For a group ... Limit on Group Size Limits on Transaction Size The following known limitations exist for Group ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-online-upgrade-methods.html
Note that members running MySQL 8.0.17 or higher take into account the patch version of the release when checking this, but members running MySQL 8.0.16 or lower, or MySQL 5.7, only take into account the major version. Note You must restore the ...
Displaying 211 to 220 of 846 total results