PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/alter-table-partition-operations.html
For example, given the table t1 defined previously, you can drop the partitions named p0 and p1 as shown here: ALTER TABLE t1 DROP PARTITION p0, p1; Note DROP PARTITION does not work with tables that use the NDB storage engine. Note For partitions ... Partitioning-related clauses for ALTER TABLE can be used with partitioned tables for repartitioning, to add, drop, discard, import, merge, and split partitions, and to perform partitioning ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-filter-definitions.html
Note Any id values used in the definition are evaluated with respect only to that definition. For information about using JSON data in MySQL, see Section 13.5, “The JSON Data Type”. Filter definitions have this form, where actions indicates how ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-filtering.html
Note For audit log filtering to work as described here, the audit log plugin and the accompanying audit tables and functions must be installed. Note By default, rule-based audit log filtering logs no auditable events for any users. If the plugin is ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-legacy-filtering.html
Note This section describes legacy audit log filtering, which applies if the audit_log plugin is installed without the accompanying audit tables and functions needed for rule-based filtering. Note The audit_log_policy legacy-mode system variable is ...Legacy Mode Audit Log Filtering is deprecated as of MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/can-not-connect-to-server.html
Note: Undoing the above should be as simple as deleting the registry entries you've created. A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file in the file system ...
https://dev.mysql.com/doc/refman/8.0/en/cast-functions.html
Note CONVERT(), unlike CAST(), does not support multi-valued index creation or the ARRAY keyword. Note Prior to MySQL 8.0.28, this function sometimes allowed invalid conversions of BINARY values to a nonbinary character set. Table 14.15 Cast ...
https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html
Note The utf8mb3 character set is deprecated and you should expect it to be removed in a future MySQL release. NOTE 11: The Unicode scalar value of a character is its code point treated as an unsigned integer.” If the character set is ucs2, ...
https://dev.mysql.com/doc/refman/8.0/en/charset.html
Note UTF8 is a deprecated synonym for utf8mb3, and you should expect it to be removed in a future version of MySQL. MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-remote.html
Note By default, user-created InnoDB tables and tablespaces that reside in the data directory on the donor MySQL server instance are cloned to the data directory on the recipient MySQL server instance. Note If you are cloning encrypted data, an ...
https://dev.mysql.com/doc/refman/8.0/en/commit.html
Note Within all stored programs (stored procedures and functions, triggers, and events), the parser treats BEGIN [WORK] as the beginning of a BEGIN ... Note In MySQL 8.0, BEGIN, COMMIT, and ROLLBACK are not affected by --replicate-do-db or ...SET ...