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 311 to 320 of 949 total results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-desc.html
--core-file Command-Line Format --core-file Removed 8.0.31 Write core file on error; used in debugging. ndb_desc provides a detailed description of one or more NDB tables. Usage ndb_desc -c connection_string tbl_name -d db_name [options] ndb_desc ...
https://dev.mysql.com/doc/refman/8.0/en/partitioning-list.html
You can cause this type of error to be ignored by using the IGNORE keyword, although a warning is issued for each row containing unmatched partitioning column values, as shown here. List partitioning in MySQL is similar to range partitioning in ...
https://dev.mysql.com/doc/refman/8.0/en/regexp.html
MySQL implements regular expression support using International Components for Unicode (ICU), which provides full Unicode support and is multibyte safe. For information about the full regular expression syntax supported by the ICU library used to ...
https://dev.mysql.com/doc/refman/8.0/en/test-pluggable-authentication.html
MySQL includes a test plugin that checks account credentials and logs success or failure to the server error log. The test plugin source code is separate from the server source, unlike the built-in native plugin, so it can be examined as a ...This ...
https://dev.mysql.com/doc/refman/8.0/en/trigger-syntax.html
This is also advantageous if you want to execute the same code from within several triggers. MySQL handles errors during trigger execution as follows: If a BEFORE trigger fails, the operation on the corresponding row is not performed. An error ...
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: ...
Displaying 311 to 320 of 949 total results