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 41 to 50 of 362 total results
https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html
With the --verbose option, mysqlbinlog adds comments stating the compression algorithm used, the compressed payload size that was originally received, and the resulting payload size after decompression. --compression-algorithms=value Command-Line ...
https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html
Unicode Collation Algorithm (UCA) Versions Collation Pad Attributes Language-Specific Collations _general_ci Versus _unicode_ci Collations Character Collating Weights Miscellaneous Information Unicode Collation Algorithm (UCA) Versions MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-system-variables.html
The remote cloning operation replaces the existing data dictionary on the joining member, but Group Replication checks and does not proceed if the joining member has additional transactions that are not present on the other group members, because ...
https://dev.mysql.com/doc/refman/8.0/en/explain-output.html
unique_subquery This type replaces eq_ref for some IN subqueries of the following form: value IN (SELECT primary_key FROM single_table WHERE some_expr) unique_subquery is just an index lookup function that replaces the subquery completely for better ... The EXPLAIN statement provides information about how MySQL executes ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-compression-internals.html
Compression Algorithms Some operating systems implement compression at the file system level. MySQL implements compression with the help of the well-known zlib library, which implements the LZ77 compression algorithm. This compression algorithm is ... This section describes some internal implementation details about compression for InnoDB ...
https://dev.mysql.com/doc/refman/8.0/en/password-management.html
Password verification, to require that password changes also specify the current password to be replaced. In password-change statements, a REPLACE clause specifies the current password to be replaced. REPLACE is optional if password changes for the ... MySQL supports these password-management capabilities: Password expiration, to require passwords to be changed ...
https://dev.mysql.com/doc/refman/8.0/en/connection-options.html
ssl-session-data-continue-on-failed-reuse Command-Line Format --ssl-session-data-continue-on-failed-reuse Introduced 8.0.29 Type Boolean Default Value OFF Controls whether a new connection is started to replace an attempted connection that tried but ... This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are ...
https://dev.mysql.com/doc/refman/8.0/en/nested-join-optimization.html
More exactly, a variation of the nested-loop join algorithm is exploited. Recall the algorithm by which the nested-loop join executes a query (see Section 10.2.1.7, “Nested-Loop Join Algorithms”). The following discussion refers to the join ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-tablespace-encryption.html
What are the encryption algorithms used with InnoDB data-at-rest encryption? A.17.4. Is it possible to use 3rd party encryption algorithms in place of the one provided by the InnoDB data-at-rest encryption feature? A.17.5. What are the encryption ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-data-encryption.html
The data-at-rest encryption feature supports the Advanced Encryption Standard (AES) block-based encryption algorithm. Tables residing in file-per-table tablespaces are rebuilt using the COPY algorithm. The INPLACE algorithm is used when altering the ... InnoDB supports data-at-rest encryption for file-per-table tablespaces, general tablespaces, the mysql system tablespace, redo logs, and undo ...
Displaying 41 to 50 of 362 total results