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 371 to 380 of 846 total results
https://dev.mysql.com/doc/refman/8.0/en/checking-gpg-signature.html
Note The public GPG build key for earlier MySQL release packages (keyID 5072E1F5 or 3A79BD29), see Section 2.1.4.5, “GPG Public Build Key for Archived Packages”. Another method of verifying the integrity and authenticity of a package is to use ...
https://dev.mysql.com/doc/refman/8.0/en/checking-rpm-signature.html
RPM 4.1 no longer uses your personal GPG keyring (or GPG itself). Rather, RPM maintains a separate keyring because it is a system-wide application and a user's GPG public keyring is a user-specific file. To import the MySQL public key into the RPM ...
https://dev.mysql.com/doc/refman/8.0/en/cleartext-pluggable-authentication.html
Note Sending passwords as cleartext may be a security problem in some configurations. A client-side authentication plugin is available that enables clients to send passwords to the server as cleartext, without hashing or encryption. Table 8.19 ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-encrypted-data.html
Note The innodb_redo_log_encrypt and innodb_undo_log_encrypt variable settings cannot be modified while a cloning operation is in progress. The following requirements apply: A secure connection is required when cloning remote data to ensure safe ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-installation.html
Note The --plugin-load-add option cannot be used to load the clone plugin when restarting the server during an upgrade from a previous MySQL version. This section describes how to install and configure the clone plugin. For remote cloning ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-local.html
Note A local cloning operation does not support cloning of user-created tables or tablespaces that reside outside of the data directory. The BACKUP_ADMIN privilege is required to execute CLONE LOCAL DATA DIRECTORY statements. mysql> GRANT ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-monitoring.html
Note The clone_status and clone_progress Performance Schema tables can be used to monitor a cloning operation on the recipient MySQL server instance only. You can monitor the status and progress of a cloning operation on the recipient MySQL server ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-replication.html
Note that if the settings master_info_repository=FILE and relay_log_info_repository=FILE are used on the server (which is not the default in MySQL 8.0 and is deprecated), the replication metadata repositories are not cloned; they are only cloned if ...In addition to cloning data, a cloning operation extracts replication coordinates from the donor and transfers them to the recipient, which enables using the clone plugin for provisioning Group Replication members and ...
https://dev.mysql.com/doc/refman/8.0/en/column-indexes.html
Note Prefix limits are measured in bytes, whereas the prefix length in CREATE TABLE, ALTER TABLE, and CREATE INDEX statements is interpreted as number of characters for nonbinary string types (CHAR, VARCHAR, TEXT) and number of bytes for binary ...
https://dev.mysql.com/doc/refman/8.0/en/command-line-options.html
For example: $> mysql -u root -p -e "SELECT VERSION();SELECT NOW()" Enter password: ****** +------------+ | VERSION() | +------------+ | 8.0.19 | +------------+ +---------------------+ | NOW() | +---------------------+ | 2019-09-03 10:36:48 | ...
Displaying 371 to 380 of 846 total results