Search Results
https://dev.mysql.com/doc/heatwave/en/heatwave-status-variables.html
You can review the details field for a description of the status, such as a reason for a disabled status. The following statuses are available: disabled: The event-based incremental load feature is not available. For example: ...Data is tracked in ...
https://dev.mysql.com/doc/refman/8.4/en/alter-user.html
To require an encrypted connection, a client need specify only the --ssl-mode=REQUIRED option; the connection attempt fails if a secure connection cannot be established. For each, it disables password expiration so that the password never expires.
https://dev.mysql.com/doc/refman/8.4/en/group-replication-user-credentials.html
Alternatively, you can disable binary logging before creating the replication user, and then create the user manually on each member, for example if you want to avoid the changes being propagated to other server instances. CONNECTION_ADMIN, which ...
https://dev.mysql.com/doc/refman/8.4/en/replication-solutions-diffengines.html
(This requires that the NO_ENGINE_SUBSTITUTION SQL mode is not enabled.) If you want to disable additional engines in this way, you may want to consider building a special binary to be used on the replica that supports only the engines you want. It ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-tls.html
In Router's case, Router verifies certificates independent of server_ssl_mode; instead it's purely based on whether the connection is encrypted and if server_ssl_verify is not DISABLED, in which case it is verified. The default behavior is: ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
-DCMAKE_BUILD_TYPE=type The type of build to produce: Debug: Disable optimizations and generate debugging information. -DMAINTAINER_MODE=bool This is an internal option used for creating Connector/C++ distribution packages. This option is used only ...-DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Connector/C++ defines a default set of attributes, which can be disabled or enabled. The connection-attributes parameter value must be empty (the same as specifying true), a Boolean value (true or false to enable or disable the default attribute ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html
2025-07-09: Disabling High Availability Now Supported You can now disable high availability for a DB system. 2025-06-25: New Way to List Available GenAI Models MySQL HeatWave GenAI now supports automated discovery and listing of all available ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-buffer-pool-flushing.html
For table data stored on SSD, seek time is not a significant factor and you can disable this setting to spread out write operations. When that threshold is crossed, adaptive flushing is enabled, even if the innodb_adaptive_flushing variable is ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-buffer-pool-resize.html
Status codes include: 0: No Resize operation in progress 1: Starting Resize 2: Disabling AHI (Adaptive Hash Index) 3: Withdrawing Blocks 4: Acquiring Global Lock 5: Resizing Pool 6: Resizing Hash 7: Resizing Failed The ... You can configure InnoDB ...