Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/replication-options-reference.html
                                Set to empty string to disallow type conversions between source and replica. Set to empty string to disallow type conversions between source and replica.  The following two sections provide basic information about the MySQL command-line options and ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-3.html
                                (Bug #36954160) Client: mcm allowed setting the mysqld system variables telemetry.otel_exporter_otlp_traces_max_tls and telemetry.otel_exporter_otlp_traces_min_tls to an empty string, which was not allowed by the mysqld node and caused the node to ... Version 8.4.3 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
                                This can be a string or a /// </summary> /// <returns>An object, can be byte[], string or null, with the password. /// </summary> public abstract string PluginName { get; } /// <summary> /// Gets the user name to send to the server in the ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
                                This can be a string or a /// </summary> /// <returns>An object, can be byte[], string or null, with the password. /// </summary> public abstract string PluginName { get; } /// <summary> /// Gets the user name to send to the server in the ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
                                (Bug #107841, Bug #34373612) Selecting binary data that began with 0x00 returned an empty string.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for Python 3.11. (WL #15156) Bugs Fixed The pure Python ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/added-deprecated-removed.html
                                component_masking.dictionaries_flush_interval_seconds: How long for scheduler to wait until attempting to schedule next execution, in seconds. group_replication_preemptive_garbage_collection: Enable preemptive garbage collection in single-primary ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/change-replication-filter.html
                                Values used with REPLICATION_WILD_TABLE and REPLICATION_WILD_IGNORE_TABLE are string expressions, possibly containing (special) wildcard characters, and so must be quoted. Filters set using this statement differ from those set using the server ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/declare-handler.html
                                SQLSTATE [VALUE] sqlstate_value: A 5-character string literal indicating an SQLSTATE value, such as '42S01' to specify “unknown table”: DECLARE CONTINUE HANDLER FOR SQLSTATE '42S02' BEGIN -- body of handler END; Do not use SQLSTATE values that ...statement handler_action: { CONTINUE | EXIT | UNDO } condition_value: { mysql_error_code | SQLSTATE [VALUE] sqlstate_value | condition_name | SQLWARNING | NOT FOUND | SQLEXCEPTION } The DECLARE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-more-topics.html
                                Environment variables which can be used to configure a MySQL instance are listed here: The boolean variables including MYSQL_RANDOM_ROOT_PASSWORD, MYSQL_ONETIME_PASSWORD, MYSQL_ALLOW_EMPTY_PASSWORD, and MYSQL_LOG_CONSOLE are made true by setting ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-functions.html
                                 This section provides examples of stored functions (see Chapter 27, Stored Objects) which you can create using some of the built-in functions provided by MySQL for use with GTID-based replication, listed here: GTID_SUBSET(): Shows whether one GTID ...