Search Results
https://dev.mysql.com/doc/refman/8.4/en/create-resource-group.html
This statement creates a new resource group and assigns its initial attribute values. ENABLE and DISABLE specify that the resource group is initially enabled or disabled. CREATE RESOURCE GROUP group_name TYPE = {SYSTEM|USER} [VCPU [=] vcpu_spec [, ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-plugin-functions.html
The MySQL Enterprise Data Masking and De-Identification plugin library includes several functions, which may be grouped into these categories: Data Masking Plugin Functions Random Data Generation Plugin Functions Random Data Dictionary-Based Plugin ...
https://dev.mysql.com/doc/refman/8.4/en/datetime.html
The TIMESTAMP and DATETIME data types offer automatic initialization and updating to the current date and time. For more information, see Section 13.2.5, “Automatic Initialization and Updating for TIMESTAMP and DATETIME”. This section describes ...
https://dev.mysql.com/doc/refman/8.4/en/error-lost-connection.html
More rarely, it can happen when the client is attempting the initial connection to the server. It increases by one for each initial connection attempt that the server aborts. Usually it indicates network connectivity trouble and you should check the ...
https://dev.mysql.com/doc/refman/8.4/en/event-scheduler-thread-states.html
Initialized The scheduler thread or a thread that executes an event has been initialized. These states occur for the Event Scheduler thread, threads that are created to execute scheduled events, or threads that terminate the scheduler. Clearing The ...
MySQL 8.4 Reference Manual :: A.11 MySQL 8.4 FAQ: MySQL Chinese, Japanese, and Korean Character Sets
https://dev.mysql.com/doc/refman/8.4/en/faqs-cjk.html
If mysql responds correctly, the trouble may be that your application interface requires initialization. This set of Frequently Asked Questions derives from the experience of MySQL's Support and Development groups in handling many inquiries about ...
https://dev.mysql.com/doc/refman/8.4/en/get-diagnostics.html
Initially, both diagnostics areas return the same result, so it is possible to get information from the current diagnostics area about the condition that activated the handler, as long as you execute no statements within the handler that change its ... GET [CURRENT | STACKED] DIAGNOSTICS { statement_information_item [, statement_information_item] ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-distributed-recovery-connections.html
The steps for a joining member to establish a connection for distributed recovery are as follows: When the member joins the group, it connects with one of the seed members included in the list in its group_replication_group_seeds system variable, ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-frequently-asked-questions.html
What is the group_replication_bootstrap_group option used for? The bootstrap flag instructs a member to create a group and act as the initial seed server. Two settings are available to increase the chances of a member remaining in or rejoining a ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-group-membership.html
In the case where a member leaves the group voluntarily, it first initiates a dynamic group reconfiguration, during which all members have to agree on a new view without the leaving server. However, if a member leaves the group involuntarily, for ...