Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 296.4Kb
Man Pages (Zip) - 401.7Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 641 to 650 of 829 total results
https://dev.mysql.com/doc/refman/8.0/en/checking-gpg-signature-windows.html
Table 2.2 MySQL Package and Signature Files for MySQL Installer for Microsoft Windows File Type File Name Distribution file mysql-installer-community-8.0.40.msi Signature file mysql-installer-community-8.0.40.msi.asc Make sure that both files are ...
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/choosing-types.html
For high precision, you can always convert to a fixed-point type stored in a BIGINT. For optimum storage, you should try to use the most precise type in all cases. For example, if an integer column is used for values in the range from 1 to 99999, ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin.html
Cloned data is a physical snapshot of data stored in InnoDB that includes schemas, tables, tablespaces, and data dictionary metadata. The clone plugin, introduced in MySQL 8.0.17, permits cloning data locally or from a remote MySQL server instance.
https://dev.mysql.com/doc/refman/8.0/en/column-indexes.html
The most common type of index involves a single column, storing copies of the values from that column in a data structure, allowing fast lookups for the rows with the corresponding column values. The B-tree data structure lets the index quickly ...
https://dev.mysql.com/doc/refman/8.0/en/compilation-problems.html
If you do reconfigure, take note of the following: If CMake is run after it has previously been run, it may use information that was gathered during its previous invocation. When CMake starts, it looks for that file and reads its contents if it ...
https://dev.mysql.com/doc/refman/8.0/en/condition-handling.html
Conditions may arise during stored program execution that require special handling, such as exiting the current program block or continuing execution. Handlers can be defined for general conditions such as warnings or exceptions, or for specific ...
https://dev.mysql.com/doc/refman/8.0/en/connection-options.html
The password must be given interactively; it cannot be stored in a file. This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, ...
https://dev.mysql.com/doc/refman/8.0/en/connectors-apis.html
Connector/Node.js supports managing database sessions and schemas, working with MySQL Document Store collections and using raw SQL statements. MySQL Connectors provide connectivity to the MySQL server for client programs. APIs provide low-level ...
https://dev.mysql.com/doc/refman/8.0/en/create-database.html
CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name [create_option] ... create_option: [DEFAULT] { CHARACTER SET [=] charset_name | COLLATE [=] collation_name | ENCRYPTION [=] {'Y' | 'N'} } CREATE DATABASE creates a database with the given name. To ...
Displaying 641 to 650 of 829 total results