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
Search Results
https://dev.mysql.com/doc/refman/8.0/en/comp-err.html
comp_err creates the errmsg.sys file that is used by mysqld to determine the error messages to display for different error codes. It compiles the errmsg.sys file from text-format error information in MySQL source distributions: As of MySQL 8.0.19, ...
https://dev.mysql.com/doc/refman/8.0/en/data-dictionary-limitations.html
Manual creation of database directories under the data directory (for example, with mkdir) is unsupported. Manually created database directories are not recognized by the MySQL Server. This section describes temporary limitations introduced with ...
https://dev.mysql.com/doc/refman/8.0/en/deallocate-prepare.html
If too many prepared statements are created and not deallocated by either the DEALLOCATE PREPARE statement or the end of the session, you might encounter the upper limit enforced by the max_prepared_stmt_count system variable. {DEALLOCATE | DROP} ...
https://dev.mysql.com/doc/refman/8.0/en/downgrading.html
In-place means starting and running a new MySQL server binary on an existing MySQL data directory that was created by a different MySQL server version. Downgrading from MySQL 8.0 to MySQL 5.7 is not supported. In-place downgrades are supported from ...
https://dev.mysql.com/doc/refman/8.0/en/drop-procedure.html
(If the automatic_sp_privileges system variable is enabled, that privilege and EXECUTE are granted automatically to the routine creator when the routine is created and dropped from the creator when the routine is dropped. DROP {PROCEDURE | ...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption.html
Note MySQL Enterprise Encryption is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition includes a set of encryption functions that expose OpenSSL capabilities at the SQL level. From MySQL 8.0.30, they ...
https://dev.mysql.com/doc/refman/8.0/en/event-scheduler-thread-states.html
These states occur for the Event Scheduler thread, threads that are created to execute scheduled events, or threads that terminate the scheduler. Clearing The scheduler thread or a thread that was executing an event is terminating and is about to ...
https://dev.mysql.com/doc/refman/8.0/en/fips-mode.html
To be considered acceptable for such Federal use, a cryptographic module must be certified for FIPS 140-2. In particular, MD5 is restricted, so trying to establish an encrypted connection using an encryption cipher such as RC4-MD5 does not work. But ... MySQL supports FIPS mode when a supported OpenSSL library and FIPS Object Module are available on the host ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-deploying-instances.html
In this example, three instances are used for the group, which is the minimum number of instances to create a group. The first step is to deploy at least three instances of MySQL Server, this procedure demonstrates using multiple hosts for the ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-getting-started.html
This section provides a detailed tutorial with the steps required to create a replication group with at least three members. MySQL Group Replication is provided as a plugin for the MySQL server; each server in a group requires configuration and ...