Search



Search Results
Displaying 521 to 530 of 1437 total results
https://dev.mysql.com/doc/refman/8.4/en/query-log.html
To disable or enable the general query log or change the log file name at runtime, use the global general_log and general_log_file system variables. Set general_log to 0 (or OFF) to disable the log or to 1 (or ON) to enable it. You can also rename ... The general query log is a general record of what mysqld is ...
https://dev.mysql.com/doc/refman/8.4/en/replication-asynchronous-connection-failover-replica.html
If you later disable SOURCE_CONNECTION_AUTO_FAILOVER for the channel on the primary, this is also broadcast to the secondary servers, and they change the status of the channel to match. When the mysql_start_failover_channels_if_primary member action ... Asynchronous connection failover for replicas is activated automatically for a replication channel on a Group Replication primary when you set SOURCE_CONNECTION_AUTO_FAILOVER=1 in the CHANGE REPLICATION SOURCE TO statement for the ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-lifecycle.html
If binary logging is disabled on the replica, the GTID is persisted atomically by writing it directly into the mysql.gtid_executed table. If binary logging is disabled on the replica, the mysql.gtid_executed table is also a complete record of the ...
https://dev.mysql.com/doc/refman/8.4/en/sys-schema-object-index.html
The following tables list sys schema objects and provide a short description of each one.
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
Setting both properties to "0" disables the automatic fall back to the primary host at transaction boundaries. Setting both properties to "0" disables the automatic fall back to the primary host at transaction boundaries. Default value of "0" causes ... autoReconnect Should the driver try to re-establish stale and/or dead connections? If enabled the driver will throw an exception for queries issued on a stale or dead connection, which belong to the current transaction, but will attempt reconnect before the next query issued on the connection in a new ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-high-availability-and-clustering.html
Setting both properties to "0" disables the automatic fall back to the primary host at transaction boundaries. Setting both properties to "0" disables the automatic fall back to the primary host at transaction boundaries. Default value of "0" causes ... autoReconnect Should the driver try to re-establish stale and/or dead connections? If enabled the driver will throw an exception for queries issued on a stale or dead connection, which belong to the current transaction, but will attempt reconnect before the next query issued on the connection in a new ...
https://dev.mysql.com/doc/refman/8.4/en/alter-database.html
The permitted values are 'Y' (encryption enabled) and 'N' (encryption disabled). On the other hand, for a function called within a SELECT, execution of the function body happens in prelocked mode. To prevent this from happening, binary logging must ...alter_option: { [DEFAULT] CHARACTER SET [=] charset_name | [DEFAULT] COLLATE [=] collation_name | [DEFAULT] ENCRYPTION [=] {'Y' | 'N'} | READ ONLY [=] {DEFAULT | 0 | 1} } ALTER DATABASE enables you to change the overall characteristics of a ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.usage.html
The following sections describe the command-line options for the different modes of operation of mysqlbackup. Use the hyperlinks at the option names to jump to the detailed descriptions for the options. Note The command options can also be ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
The following submenu items apply to the active model tab, EER diagram tab, or both: New Model: Opens a new MySQL Model tab and closes the tabs of a previously opened model and diagram. The new MySQL Model tab includes an initial schema named mydb ... Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-29.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed When a connection disabled SSL Mode using ssl_disabled=True (or with ssl-mode='DISABLED' for X Protocol connections), specifying other TLS or SSL connection options caused ...
Displaying 521 to 530 of 1437 total results