Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-odbc-both-openssl.html
                                 If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application might then fail, as two copies of the OpenSSL library will then be in use. Note ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-both-openssl.html
                                 If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application might then fail, as two copies of the OpenSSL library will then be in use. Note ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/stored-programs-logging.html
                                The source sends the events contained in its binary log to its replicas, which execute those events to make the same data changes that were made on the source. After a backup file has been restored, the events in the binary log that were recorded ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-existing-collections.html
                                Note In most cases it is good practice to create database objects during development time and refrain from creating them on the fly during the production phase of a database project.  In order to retrieve a Collection object for an existing ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/password-management.html
                                Operations performed by a restricted client result in an error until the user establishes a new account password: mysql> SELECT 1; ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. With dual ...Dual passwords, to enable clients to connect using either a primary or secondary ... MySQL supports these ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
                                 X DevAPI supports the use of DNS SRV records for connecting to MySQL servers. A client that receives a DNS SRV lookup result attempts to connect to the MySQL server on each of the listed hosts in order of preference, based on the priority and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-flow-control.html
                                This approach works well if the total number of writes to the group does not exceed the write capacity of any member in the group. Whenever the size of one of these queues exceeds the user-defined threshold, the throttling mechanism is triggered. 
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-access.html
                                If you still get the error Another user has changed your data after adding a TIMESTAMP column, the following trick may help you: Do not use a table data sheet view. Include a TIMESTAMP column in all tables that you want to be able to update. For ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
                                (Bug #105209, Bug #33470147) Microseconds specified in a time-span value were calculated incorrectly for prepared statements. (Bug #81586, Bug #23343947) Batch inserts that exceeded the max_allowed_packet value were not processed and skipping the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/myisamchk-table-info.html
                                If you start the MySQL server with external locking disabled, myisamchk may report an error for a table that is updated while it runs. If this value is missing, the line corresponds to the second or later column of a multiple-column key. For the ...