Search



Search Results
Displaying 591 to 600 of 1965 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
(WL #14834) Bugs Fixed X DevAPI: If the connection property xdevapi.ssl-mode was set to DISABLED (or xdevapi.ssl-mode was not set, but the value was picked up from the sslMode setting), specifying some of the security properties caused Connector/J ... Version 8.0.29 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/alter-table-generated-columns.html
However, later reads from the table might report warnings or errors for the column if values are out of range. If an out-of-range or any other error occurs, the statement fails. If expression evaluation causes truncation or provides incorrect input ... ALTER TABLE operations permitted for generated columns are ADD, MODIFY, and ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-filter-definitions.html
For an event that cannot be blocked, the audit log writes a warning to the error log rather than blocking it. For attempts to define a filter in which the abort item appears elsewhere than in an event item, an error occurs. If the number of ...For ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-filtering.html
Constraints on Audit Log Filtering Functions Audit log filtering functions are subject to these constraints: To use any filtering function, the audit_log plugin must be enabled or an error occurs. In addition, the audit tables must exist or an error ... Important The audit_log plugin is deprecated, and is being replaced by the audit_log ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-legacy-filtering.html
If you attempt to set audit_log_exclude_accounts, an error occurs unless audit_log_include_accounts is NULL. audit_log_connection_policy: Logging policy for connection events audit_log_statement_policy: Logging policy for statement events Each ...
https://dev.mysql.com/doc/refman/9.7/en/binary-log-setting.html
Trying to switch the replication format in any of these cases (or attempting to set the current replication format) results in an error. It is possible to change the logging format to STATEMENT, but doing so at runtime leads very rapidly to errors ... You can select the binary logging format explicitly by starting the MySQL server with ...
https://dev.mysql.com/doc/refman/9.7/en/caching-sha2-pluggable-authentication.html
However, the server does not send the public key to the client, and the client provided no public key, so it cannot encrypt the password and the connection fails: ERROR 2061 (HY000): Authentication plugin 'caching_sha2_password' reported error: ...
https://dev.mysql.com/doc/refman/9.7/en/char.html
For truncation of nonspace characters, you can cause an error to occur (rather than a warning) and suppress insertion of the value by using strict SQL mode. For those cases where trailing pad characters are stripped or comparisons ignore them, if a ... The CHAR and VARCHAR types are similar, but differ in the way they are stored and ...
https://dev.mysql.com/doc/refman/9.7/en/charset-collation-coercibility.html
If both sides have the same coercibility, then: If both sides are Unicode, or both sides are not Unicode, it is an error. For example, the following statement does not return an error: SELECT CONCAT(utf8mb4_column, latin1_column) FROM t1; It returns ... In the great majority of statements, it is obvious what collation MySQL uses to resolve a comparison ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-installation.html
In such cases, attempting to restart the server with plugin-load-add=mysql_clone.so raises the error [ERROR] [MY-013238] [Server] Error installing plugin 'clone': Cannot install during upgrade. For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS ... This section describes how to install and configure the clone ...
Displaying 591 to 600 of 1965 total results