Search Results
https://dev.mysql.com/doc/refman/8.4/en/innodb-online-ddl-space-requirements.html
Each temporary sort file is large enough to hold one column of data, and each sort file is removed when its data is merged into the final table or index. Disk space requirements for online DDL operations are outlined below. The requirements do not ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-table-import.html
As a faster way of moving data than importing a dump file, which requires reinserting data and rebuilding indexes. Otherwise, the table must be created on the same MySQL server instance into which it is being imported. This section describes how to ...
https://dev.mysql.com/doc/refman/8.4/en/installing-development-tree.html
This section describes how to install MySQL from the latest development source code, which is hosted on GitHub. To obtain the MySQL Server source code from this repository hosting service, you can set up a local MySQL Git repository. On GitHub, ...
https://dev.mysql.com/doc/refman/8.4/en/introduction.html
MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. The MySQL software delivers a very fast, multithreaded, multi-user, and robust SQL (Structured Query Language) ...
https://dev.mysql.com/doc/refman/8.4/en/invoking-programs.html
(Some information is given in Section 6.2.9, “Setting Environment Variables”.) After modifying your PATH setting, open a new console window on Windows or log in again on Unix so that the setting goes into effect. To invoke a MySQL program from ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
GSSAPI support through the MIT library on Windows is similar to GSSAPI on Linux (see Commands for Linux Clients), with the following exceptions: Tickets are always retrieved from or placed into the MIT Kerberos cache on hosts running Windows. Note ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-aws-plugin.html
It also reads any encrypted keys contained in its storage file into its in-memory cache. Note The keyring_aws plugin is an extension included in MySQL Enterprise Edition, a commercial product. The keyring_aws keyring plugin communicates with the ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-system-variables.html
If the file does exist, keyring_aws reads any encrypted keys contained in the file into its in-memory cache. These variables are unavailable unless the appropriate keyring plugin is installed (see Section 8.4.4.3, “Keyring Plugin Installation”).
https://dev.mysql.com/doc/refman/8.4/en/ldml-rules.html
MySQL recognizes a large enough subset of the syntax that, in many cases, it is possible to download a collation definition from the Unicode Common Locale Data Repository and paste the relevant part (that is, the part between the <rules> and ...This ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
Create a file named /etc/apt/sources.list.d/mysql.list, and put into it repository entries in the following format (this is not a command to execute): deb http://repo.mysql.com/apt/{debian|ubuntu}/ {bookworm|jammy} ... This section provides guidance ...