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
Search Results
https://dev.mysql.com/doc/refman/8.0/en/audit-api-message-emit.html
As of MySQL 8.0.14, the audit_api_message_emit component enables applications to add their own message events to the audit log, using the audit_api_message_emit_udf() function. For concreteness, examples use the audit_log plugin described in ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-installation.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'audit%'; +-------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +-------------+---------------+ | audit_log | ACTIVE | ... This ...
https://dev.mysql.com/doc/refman/8.0/en/backup-strategy-example.html
Information about this recovery process is conveyed to the user through the MySQL error log. You should include such options as necessary to enable client programs to connect to the MySQL server. Assume that data is stored in the InnoDB storage ...
https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html
These include generic binary distributions in the form of compressed tar files (files with a .tar.xz extension) for a number of platforms, and binaries in platform-specific package formats for selected platforms. This section covers the installation ...
https://dev.mysql.com/doc/refman/8.0/en/binary-log-transaction-compression.html
If an error is found applying any event within the Transaction_payload_event, the complete transaction is reported to the co-ordinator as having failed. Beginning with MySQL 8.0.20, you can enable binary log transaction compression on a MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/blackhole-storage-engine.html
In this scenario replication fails with a duplicate entry error on the primary key column. The BLACKHOLE storage engine acts as a “black hole” that accepts data but throws it away and does not store it. To examine the source for the BLACKHOLE ...
https://dev.mysql.com/doc/refman/8.0/en/cannot-find-table.html
Even for file systems that are not case-sensitive, such as on Windows, all references to a given table within a query must use the same lettercase. You can check which tables are in the default database with SHOW TABLES.
https://dev.mysql.com/doc/refman/8.0/en/case.html
If no when_value or search_condition matches the value tested and the CASE statement contains no ELSE clause, a Case not found for CASE statement error results. CASE case_value WHEN when_value THEN statement_list [WHEN when_value THEN ...
https://dev.mysql.com/doc/refman/8.0/en/charset-configuration.html
For Unicode character sets, you can define collations without recompiling by using LDML notation. See Section 12.14.4, “Adding a UCA Collation to a Unicode Character Set”. The MySQL server has a compiled-in default character set and collation.
https://dev.mysql.com/doc/refman/8.0/en/charset-metadata.html
To satisfy both requirements, MySQL stores metadata in a Unicode character set, namely UTF-8. Error messages returned from the server to the client are converted to the client character set automatically, as with metadata. Although automatic ...