Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 381 to 390 of 949 total results
https://dev.mysql.com/doc/refman/8.0/en/source-installation-doxygen.html
The MySQL source code contains internal documentation written using Doxygen. Open an administrator console and run this command: $> java -jar path-to-plantuml.jar The command should open a GUI window and return no errors on the console. Next, ...It ...
https://dev.mysql.com/doc/refman/8.0/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/8.0/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 ... Note For audit log filtering to work as described here, the audit log plugin and the accompanying audit tables and functions must be ...
https://dev.mysql.com/doc/refman/8.0/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/8.0/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/8.0/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/8.0/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. InnoDB encodes fixed-length fields greater than or equal to 768 bytes in length as ... The ...
https://dev.mysql.com/doc/refman/8.0/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. If one of the sides has a Unicode character set, and another side has a non-Unicode character set, the side with Unicode ... In ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-installation.html
For example, after upgrading binaries or packages from MySQL 5.7 to MySQL 8.0, attempting to restart the server with plugin-load-add=mysql_clone.so causes this error: [ERROR] [MY-013238] [Server] Error installing plugin 'clone': Cannot install ...
https://dev.mysql.com/doc/refman/8.0/en/commit.html
You cannot use ROLLBACK to undo the effect; however, if an error occurs during statement execution, the statement is rolled back. Rolling back can be a slow operation that may occur implicitly without the user having explicitly asked for it (for ...
Displaying 381 to 390 of 949 total results