Search Results
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-help.html
Manual context help is available when automatic context help is disabled. Less common keywords display Jump To in the list box when selected from the editor in either automatic or manual mode. Note that when automatic context help is enabled, the ...
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-net-tutorials-ssl-pfx.html
When using PFX format certificates, the SslMode connection option validates certificates for all SSL mode values, except Disabled or None (deprecated in Connector/NET 8.0.29). The following example demonstrates how to connect using the SslMode, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
When using PFX format certificates, the SslMode connection option validates certificates for all SSL mode values, except Disabled or None (deprecated in Connector/NET 8.0.29). The following example demonstrates how to connect using the SslMode, ...
https://dev.mysql.com/doc/internals/en/error-flags.html
thd->abort_on_warning Strict mode flag, which means that we should abort the statement if we get a warning. Error functions thd->really_abort_on_warning() This function returns 1 if a warning should be converted to an error, like in strict mode when ... The following flags can be examined or set to alter the behavior during error handling: thd->net.report_error thd->net.report_error is set in my_message_sql() if the error message was ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
Permitted ssl-mode values are disabled, required (the default), verify_ca and verify_identity. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server ...