Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/error-log-configuration.html
                                INSTALL COMPONENT adds the component to the mysql.component table (an InnoDB table), and the components to load at startup are read from this table, which is only accessible after InnoDB is initialized. Logged information is buffered during the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-cloning.html
                                20.5.4.2.4 Cloning for Other Purposes Group Replication initiates and manages cloning operations for distributed recovery. Group members that have been set up to support cloning may also participate in cloning operations that a user initiates ... If ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-limitations.html
                                Concurrent data definition statements and data manipulation statements executing against the same object but on different servers is not supported when using multi-primary mode. During execution of Data Definition Language (DDL) statements on an ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-buffer-pool-resize.html
                                Command line: $> mysqld --innodb-buffer-pool-chunk-size=134217728 Configuration file: [mysqld] innodb_buffer_pool_chunk_size=134217728 The following conditions apply when altering innodb_buffer_pool_chunk_size: If the new ... You can configure ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-data-encryption.html
                                Early loading ensures that the component or plugin is available prior to initialization of the InnoDB storage engine. As an atomic operation, re-encryption must succeed for all tablespace keys once a rotation operation is initiated. The keyring ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-encrypted-file-component.html
                                When it initializes, component_keyring_encrypted_file reads either a global configuration file, or a global configuration file paired with a local configuration file: The component attempts to read its global configuration file from the directory ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-shutdown.html
                                 The server shutdown process takes place as follows: The shutdown process is initiated. Other operating system-specific shutdown initiation methods are possible as well: The server shuts down on Unix when it receives a SIGTERM signal. Depending on ...For example, a user with the SHUTDOWN privilege can execute a mysqladmin shutdown ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-side-help-support.html
                                Proper operation of the HELP statement requires that these help tables be initialized. For a new installation of MySQL using a binary or source distribution on Unix, help-table content initialization occurs when you initialize the data directory ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/windows-create-option-file.html
                                To initialize a MySQL installation by creating the data directory and populating the tables in the mysql system database, initialize MySQL using either --initialize or --initialize-insecure.  If you need to specify startup options when you run the ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-function-reference.html
                                 The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.