PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.5Kb
Man Pages (Zip)
- 401.9Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/alter-table-partition-operations.html
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 maintenance. Simply using a partition_options clause with ...
https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
This is true even if the table already has the specified storage engine. ALTER TABLE tbl_name [alter_option [, alter_option] ...] [partition_options] alter_option: { table_options | ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] | ...
https://dev.mysql.com/doc/refman/8.0/en/alter-user.html
(It is recommended but not required that --ssl-ca also be specified so that the public certificate provided by the server can be verified.) This is true for ISSUER and SUBJECT as well because those REQUIRE options imply the requirements of X509.
https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html
When that is true, enabling this variable causes each log file record to include a time field. Unless those objects are installed, the audit_log plugin operates in legacy mode (deprecated in MySQL 8.0.34). Audit Log Tables MySQL Enterprise Audit ...
https://dev.mysql.com/doc/refman/8.0/en/backup-types.html
This section describes the characteristics of different types of backups. Physical (Raw) Versus Logical Backups Physical backups consist of raw copies of the directories and files that store database contents. This type of backup is suitable for ...
https://dev.mysql.com/doc/refman/8.0/en/binary-log-setting.html
Each MySQL Server can set its own and only its own binary logging format (true whether binlog_format is set with global or session scope). You can select the binary logging format explicitly by starting the MySQL server with --binlog-format=type.
https://dev.mysql.com/doc/refman/8.0/en/blob.html
A BLOB is a binary large object that can hold a variable amount of data. These differ only in the maximum length of the values they can hold. These correspond to the four BLOB types and have the same maximum lengths and storage requirements. They ...
https://dev.mysql.com/doc/refman/8.0/en/case.html
For the second syntax, each WHEN clause search_condition expression is evaluated until one is true, at which point its corresponding THEN clause statement_list executes. CASE case_value WHEN when_value THEN statement_list [WHEN when_value THEN ...
https://dev.mysql.com/doc/refman/8.0/en/charset-literal.html
This is true even for the second string; the _latin1 introducer does not affect escape processing. Every character string literal has a character set and a collation. For the simple statement SELECT 'string', the string has the connection default ...
https://dev.mysql.com/doc/refman/8.0/en/charset-metadata.html
This is also true of the contents of tables in INFORMATION_SCHEMA because those tables by definition contain information about database objects. Metadata is “the data about the data.” Anything that describes the database—as opposed to being ...