Search



Search Results
Displaying 621 to 630 of 712 total results
https://dev.mysql.com/doc/refman/8.4/en/fulltext-restrictions.html
A character-based ngram full-text parser that supports Chinese, Japanese, and Korean (CJK), and a word-based MeCab parser plugin that supports Japanese are provided for use with InnoDB and MyISAM tables. Full-text searches are supported for InnoDB ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-stopwords.html
This default behavior does not apply to the ngram parser plugin. The stopword list is loaded and searched for full-text queries using the server character set and collation (the values of the character_set_server and collation_server system ...
https://dev.mysql.com/doc/refman/8.4/en/general-information-schema-tables.html
These are the tables not associated with particular storage engines, components, or plugins. The following sections describe what may be denoted as the “general” set of INFORMATION_SCHEMA tables.
https://dev.mysql.com/doc/refman/8.4/en/grant.html
Proxying requires that the proxy user authenticate through a plugin that returns the name of the proxied user to the server when the proxy user connects, and that the proxy user have the PROXY privilege for the proxied user. [WITH GRANT OPTION] [AS ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-bootstrap.html
The same reasoning applies to stopping and restarting the plugin with this option set to ON. The process of starting a group for the first time is called bootstrapping. The bootstrap should only be done by a single server, the one that starts the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-consistency-guarantees.html
Although the Transaction Synchronization Points section explains that conceptually there are two synchronization points from which you can choose: on read or on write, these terms were a simplification and the terms used in Group Replication are: ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-deploying-in-single-primary-mode.html
Figure 20.7 Group Architecture This tutorial explains how to get and deploy MySQL Server with the Group Replication plugin, how to configure each server instance before creating a group, and how to use Performance Schema monitoring to verify that ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-frequently-asked-questions.html
What is the maximum number of MySQL servers in a group? A group can consist of maximum 9 servers. Attempting to add another server to a group with 9 members causes the request to join to be refused. This limit has been identified from testing and ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-ip-address-permissions.html
When and only when the XCom communication stack is used for establishing group communications (group_replication_communication_stack=XCOM), the Group Replication plugin lets you specify an allowlist of hosts from which an incoming Group ...If you ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-monitoring.html
Replication channels created by the Group Replication plugin are listed here: group_replication_recovery: Used for replication changes related to distributed recovery. You can use the MySQL Performance Schema to monitor Group Replication. These ...
Displaying 621 to 630 of 712 total results