Search Results
                    
                    
            https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-locking.html
                                If a locking statement executes while a different transaction holds the same lock, it blocks until the other transaction releases it. Locking considerations When working with locking modes note the following: autocommit mode means that there is ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-locking.html
                                If a locking statement executes while a different transaction holds the same lock, it blocks until the other transaction releases it. Locking considerations When working with locking modes note the following: autocommit mode means that there is ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-locking.html
                                If a locking statement executes while a different transaction holds the same lock, it blocks until the other transaction releases it. Locking considerations When working with locking modes note the following: autocommit mode means that there is ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-options-source.html
                                rpl_semi_sync_master_timeout Command-Line Format --rpl-semi-sync-master-timeout=# Deprecated Yes System Variable rpl_semi_sync_master_timeout Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 10000 Minimum Value 0 Maximum ...Attempting to set the value of auto_increment_increment or auto_increment_offset to a noninteger value produces an error, and the actual value of the variable remains ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-performance-page-per-user-stats.html
                                File IO Latency The total wait time of timed file I/O events for the user. Statement Avg Latency The average wait time per timed statement for the user. Statement Latency The total wait time of timed statements for the user.  Table 5.11 Per User ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-connection-attribute-tables.html
                                For connections initiated using the C API, the libmysqlclient library imposes a limit of 64KB on the aggregate size of connection attribute data on the client side: Calls to mysql_options() that cause this limit to be exceeded produce a ...For ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.incremental.html
                                To restore data up to, for example, time t, you simply restore first the full backup, and then, on top of it, the differential backup taken for time t. Each subsequent incremental backup is thus usually smaller in size than a differential backup, ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
                                It causes Connector/J to close the current connection with the error message "IO Read error: read_timeout exceeded". (WL #14453) In the past, for JDBC connections, when the server closed a session because a client was idling beyond the period ...It ... Version 8.0.24 is the latest General Availability release of the 8.0 series of MySQL ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ssl-wizard.html
                                Click SSL Wizard to execute the wizard, as the following figure shows.  This wizard helps create SSL certificates for both MySQL clients and MySQL servers. Connections in MySQL Workbench are updated with the certificates by the wizard. An example ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
                                --connect-timeout=value Command-Line Format --connect-timeout=value Type Numeric Default Value 43200 The maximum number of seconds before connection timeout. --shutdown-timeout=value Command-Line Format --shutdown-timeout=seconds Type Numeric ...You ...