Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-instanceactivity-category.html
                                 Lists the Instance Activity metrics and provides a brief description of each. Table 6.20 Instance Activity Metrics NameDescriptionAcl Cache Items Count The number of cached privilege objects. Each object is the privilege combination of a user and ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-external-auth-ref.html
                                 Table 15.3 External Authentication Name Description Disabled No external authentication system is used. Is Authoritative To make the selected authentication system the authoritative authentication mechanism, check Is Authoritative. Important If you ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
                                 This section describes how to configure audit logging characteristics, such as the file to which the audit log plugin writes events, the format of written events, whether to enable log file compression and encryption, and space management. The ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/data-masking-component-variables.html
                                 The MySQL Enterprise Data Masking and De-Identification components support the following system variables. Variables are unavailable unless the appropriate MySQL Enterprise Data Masking and De-Identification components are installed (see Section ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/error-log-rule-based-filtering.html
                                 The log_filter_dragnet log filter component enables log filtering based on user-defined rules. To enable the log_filter_dragnet filter, first load the filter component, then modify the log_error_services value. The following example enables ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/error-lost-connection.html
                                Usually it indicates network connectivity trouble and you should check the condition of your network if this error occurs frequently. If the error message includes “during query,” this is probably the case you are experiencing. Sometimes the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/events-privileges.html
                                 To enable or disable the execution of scheduled events, it is necessary to set the value of the global event_scheduler system variable. The EVENT privilege governs the creation, modification, and deletion of events. For example, suppose that ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
                                 The mysql system database includes several grant tables that contain information about user accounts and the privileges held by them. For information about other tables in the system database, see Section 7.3, “The mysql System Schema”. The ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-adding-instances.html
                                 At this point, the group has one member in it, server s1, which has some data in it. It is now time to expand the group by adding the other two servers configured previously. 20.2.1.6.1 Adding a Second Instance In order to add a second instance, ...
                                            
                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 ...