Search



Search Results
Displaying 291 to 300 of 818 total results
https://dev.mysql.com/doc/refman/8.4/en/innodb-recovery.html
Redo log application Redo log application is performed during initialization, before accepting any connections. For more information about how InnoDB handles auto-increment values, see Section 17.6.1.6, “AUTO_INCREMENT Handling in InnoDB”, and ...To achieve point-in-time recovery after restoring a backup, you can apply changes from the binary log that occurred after the backup was ...
https://dev.mysql.com/doc/refman/8.4/en/installing-development-tree.html
The initial download may take some time to complete, depending on the speed of your connection. 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 ...
https://dev.mysql.com/doc/refman/8.4/en/installing-source-distribution.html
On Windows, generate the data directory, then create a .zip archive installation package: $> devenv MySQL.sln /build RelWithDebInfo /project initial_database $> devenv MySQL.sln /build RelWithDebInfo /project package You can install the resulting ...
https://dev.mysql.com/doc/refman/8.4/en/installing.html
Also refer to the information provided in Section 2.9.4, “Securing the Initial MySQL Account”. This section describes how to secure the initial MySQL root user account, which has no password until you assign one. A summary of the procedure ...
https://dev.mysql.com/doc/refman/8.4/en/internal-temporary-tables.html
If the request is greater than 1MB, the thread-local memory block is approximately the same size as the initial memory request. When using the MEMORY storage engine, statements can initially create an in-memory internal temporary table and then ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
KDC: The key distribution center, comprising the AS and TGS: AS: The authentication server; provides the initial ticket-granting ticket needed to obtain additional tickets. For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM ... Note Kerberos ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-metadata.html
If the component loaded but failed to initialize, the value is Disabled. To see whether a keyring plugin is loaded, check the Information Schema PLUGINS table or use the SHOW PLUGINS statement (see Section 7.6.2, “Obtaining Server Plugin ...
https://dev.mysql.com/doc/refman/8.4/en/keywords.html
Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions. Some keywords which are otherwise ...
https://dev.mysql.com/doc/refman/8.4/en/ldap-pluggable-authentication.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE '%ldap%'; +----------------------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +----------------------------+---------------+ | ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
This section provides guidance on installing MySQL using the MySQL APT repository. First, add the MySQL APT repository to your system's software repository list. Follow these steps: Go to the download page for the MySQL APT repository at ...
Displaying 291 to 300 of 818 total results