Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/testing-server.html
                                For more information about mysql, mysqladmin, and mysqlshow, see Section 6.5.1, “mysql — The MySQL Command-Line Client”, Section 6.5.2, “mysqladmin — A MySQL Server Administration Program”, and Section 6.5.6, “mysqlshow — Display ...
                                            
                https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-workflow-server.html
                                 MySQL Installer performs the initial configuration of the MySQL server. For example: It creates the configuration file (my.ini) that is used to configure the MySQL server. By default, a Windows service for the MySQL server is added. For ...The ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-configuration.html
                                 The MySQL server, mysqld, has many command options and system variables that can be set at startup to configure its operation. To determine the default command option and system variable values used by the server, execute this command: $> mysqld ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-getting-started.html
                                Downloading the server image in a separate step is not strictly necessary; however, performing this step before you create your Docker container ensures your local image is up to date. To download the MySQL Community Edition image from the Oracle ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-logs.html
                                See Section 15.7.8.3, “FLUSH Statement”, Section 6.5.2, “mysqladmin — A MySQL Server Administration Program”, and Section 6.5.4, “mysqldump — A Database Backup Program”.  MySQL Server has several logs that can help you find out what ...Log flushing occurs when you issue a FLUSH LOGS statement; execute mysqladmin with a flush-logs or refresh argument; or execute mysqldump with a --flush-logs ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-admin-server-management.html
                                 Manage your MySQL instances with a comprehensive view of your MySQL server connections. The visual tree-based navigation provides detailed information about server and status variables, including the number of threads, bytes sent and received by ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-error-logging.html
                                 Server Error Logging 3.1.2.3 Server Error Logging MySQL HeatWave on AWS logs MySQL Server diagnostic information such as errors, warnings, and status updates to the Performance Schema error_log table. row *************************** LOGGED: ...You ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-server-states.html
                                However, a member that has left the group or is part of a network partition cannot report accurate information on the other servers. In this situation, the member does not attempt to guess the status of the other servers, and instead reports them as ... The state of a Group Replication group member shows its current role in the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-loadable-functions.html
                                 MySQL supports loadable functions, that is, functions that are not built in but can be loaded at runtime (either during startup or later) to extend server capabilities, or unloaded to remove capabilities. Loadable functions contrast with built-in ...For a table describing the available loadable functions, see Section 14.2, “Loadable Function ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-handles.html
                                 This section provides information about MGM API functions used to create and destroy management server handles (see NdbMgmHandle). ndb_mgm_create_handle() ndb_mgm_set_name() ndb_mgm_set_ignore_sigpipe() ndb_mgm_destroy_handle() ...