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 281 to 290 of 576 total results
https://dev.mysql.com/doc/refman/8.0/en/charset-server.html
-DDEFAULT_CHARSET=latin1 \ -DDEFAULT_COLLATION=latin1_german1_ci Both mysqld and CMake verify that the character set/collation combination is valid. MySQL Server has a server character set and a server collation. By default, these are utf8mb4 and ...
https://dev.mysql.com/doc/refman/8.0/en/charset-table.html
) CHARACTER SET latin1 COLLATE latin1_danish_ci; MySQL chooses the table character set and collation in the following manner: If both CHARACTER SET charset_name and COLLATE collation_name are specified, character set charset_name and collation ...
https://dev.mysql.com/doc/refman/8.0/en/checking-gpg-signature.html
Another method of verifying the integrity and authenticity of a package is to use cryptographic signatures. This is more reliable than using MD5 checksums, but requires more work. GnuPG is an Open Source alternative to the well-known Pretty Good ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-remote.html
Remote Cloning Prerequisites To perform a cloning operation, the clone plugin must be active on both the donor and recipient MySQL server instances. The clone plugin supports the following syntax for cloning remote data; that is, cloning data from ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-replication.html
During the cloning operation, both the binary log position (filename, offset) and the gtid_executed GTID set are extracted and transferred from the donor MySQL server instance to the recipient. In addition to cloning data, a cloning operation ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin.html
The clone plugin, introduced in MySQL 8.0.17, permits cloning data locally or from a remote MySQL server instance. Cloned data is a physical snapshot of data stored in InnoDB that includes schemas, tables, tablespaces, and data dictionary metadata.
https://dev.mysql.com/doc/refman/8.0/en/compatibility.html
We continue to support transactional and nontransactional databases to satisfy both mission-critical 24/7 usage and heavy Web or logging usage. This section describes how MySQL relates to the ANSI/ISO SQL standards. MySQL Server has many extensions ...
https://dev.mysql.com/doc/refman/8.0/en/connecting-using-dns-srv.html
MySQL supports use of DNS SRV records to connect to servers in these contexts: Several MySQL Connectors implement DNS SRV support; connector-specific options enable requesting DNS SRV record lookup both for X Protocol connections and for classic ...
https://dev.mysql.com/doc/refman/8.0/en/connection-options.html
To ensure that a new, unrelated connection opens after session reuse fails silently, invoke MySQL client programs with both the --ssl-session-data and --ssl-session-data-continue-on-failed-reuse command-line options. This section describes options ...
https://dev.mysql.com/doc/refman/8.0/en/constant-folding-optimization.html
Previously, this was handled by treating both operands as the larger type, but now, since any allowed value for c is less than the constant, the WHERE expression can instead be folded as WHERE 1, so that the query is rewritten as SELECT * FROM t ...
Displaying 281 to 290 of 576 total results