Search Results
                    
                    
            https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-server-option.html
                                 int mysql_set_server_option(MYSQL *mysql, enum enum_mysql_set_option option) Description Enables or disables an option for the connection. If you are using the CALL SQL statement in your programs, multiple-result support must be enabled; this means ...Option Description MYSQL_OPTION_MULTI_STATEMENTS_ON Enable multiple-statement support MYSQL_OPTION_MULTI_STATEMENTS_OFF Disable multiple-statement support If you enable multiple-statement support, you should retrieve results from calls to mysql_real_query() or mysql_query() by using a loop that calls mysql_next_result() to determine whether there are more ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-config-failover.html
                                However, this does not mean the client does not have to deal with the exception that triggered the server switch. The failover is configured at the initial setup stage of the server connection by the connection URL (see explanations for its format ...A failover happens when connection-related errors occur for an underlying, active ...
                                            
                https://dev.mysql.com/doc/mysql-installer/en/server-advanced-options.html
                                The advanced-configuration options include: Server ID Set the unique identifier used in a replication topology. If binary logging is enabled, you must specify a server ID. For more information, see the description of the server_id system variable. 
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-customize-name-ref.html
                                Figure 15.2 Customize MySQL Server Name Table 15.2 Customize Name Description Show MySQL Server Names as: Defines how hostnames are displayed. The following display settings are possible: Reported by Agent (default): the MySQL server names are ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-config-failover.html
                                However, this does not mean the client does not have to deal with the exception that triggered the server switch. The failover is configured at the initial setup stage of the server connection by the connection URL (see explanations for its format ...A failover happens when connection-related errors occur for an underlying, active ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-server-operations.html
                                 The server_operations table contains entries for all ongoing NDB operations that the current SQL node (MySQL Server) is currently involved in. (Currently, the MySQL Server does not expose the NDB API transaction ID of an ongoing transaction.) The ...It effectively is a subset of the cluster_operations table, in which operations for other SQL and API nodes are not ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-server-transactions.html
                                 The server_transactions table is subset of the cluster_transactions table, but includes only those transactions in which the current SQL node (MySQL Server) is a participant, while including the relevant connection IDs. (Currently, the MySQL Server ...Together with the block name, this number can be used to look up a given instance in the threadblocks ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication.html
                                Users who have logged in to Windows can connect from MySQL client programs to the server based on the information in their environment without specifying an additional password. When a client connects, the server-side plugin tells the client program ... When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the appropriate account row from the mysql.user system ...
                                            
                https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
                                Alternatively, you can configure MySQL server to run as an executable program that requires manual configuration.  On the Windows platform, MySQL server can run as a named service managed by the operating system and be configured to start up ...Run ...
                                            
                https://dev.mysql.com/doc/mysql-installer/en/server-authentication-method.html
                                However, if you are unable to update your clients and applications to support this new authentication method, you can configure the MySQL server to use mysql_native_password for legacy authentication. It is recommended that all new MySQL server ...