Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/server-repository-options.html
                                 These repository options specify various parameters related to the database server to which a backup is restored. The descriptions below explain how these options are used with mysqlbackup; for information about how these options are used with the ...These options are used only with restore operations, that is, copy-back and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog.html
                                 The server's binary log consists of files containing “events” that describe modifications to database contents. You can also use mysqlbinlog to display the contents of relay log files written by a replica server in a replication setup because ...To display their contents in text format, use the mysqlbinlog ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/server-plugin-descriptors.html
                                 Every plugin library that contains server plugins must include a library descriptor that contains the general plugin descriptor for each server plugin in the file. This section discusses how to write the library and general descriptors for server ...The library descriptor must define two symbols: _mysql_plugin_interface_version_ specifies the version number of the general plugin ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
                                 Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
                                 Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-dedicated-server.html
                                 When the server is started with --innodb-dedicated-server, InnoDB automatically calculates values for and sets the following system variables: innodb_buffer_pool_size innodb_redo_log_capacity Note innodb_redo_log_capacity supersedes both ...You ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-configuration-validation.html
                                 MySQL supports a --validate-config option that enables the startup configuration to be checked for problems without running the server in normal operational mode: mysqld --validate-config If no errors are found, the server terminates with an exit ...Warning and information messages may also be displayed, depending on the log_error_verbosity value, but do not produce immediate validation termination or an exit code of ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
                                 This section provides information about MGM API functions that are used to initiate, configure, and terminate connections to an NDB management server. Signature int ndb_mgm_get_configuration_nodeid ( NdbMgmHandle handle ) Parameters A management ...
                                            
                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. A server ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/windows-server-first-start.html
                                The examples in these sections assume that MySQL is installed under the default location of C:\Program Files\MySQL\MySQL Server 8.4. To start the server, enter this command: C:\> "C:\Program Files\MySQL\MySQL Server 8.4\bin\mysqld" --console You ...