Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 255.8Kb
Man Pages (Zip) - 360.8Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 421 to 430 of 996 total results
https://dev.mysql.com/doc/refman/5.7/en/keyring-key-types.html
MySQL Keyring supports keys of different types (encryption algorithms) and lengths: The available key types depend on which keyring plugin is installed. The permitted key lengths are subject to multiple factors: General keyring loadable-function ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-plugin-installation.html
keyring_aws: Communicates with the Amazon Web Services Key Management Service as a back end for key generation and uses a local file for key storage. Keyring service consumers require that a keyring plugin be installed. This section describes how ...
https://dev.mysql.com/doc/refman/5.7/en/keyring.html
keyring_aws: Communicates with the Amazon Web Services Key Management Service for key generation and uses a local file for key storage. MySQL Server supports a keyring that enables internal server components and plugins to securely store sensitive ...
https://dev.mysql.com/doc/refman/5.7/en/ldml-rules.html
The MySQL server generates diagnostics when it finds problems while parsing the Index.xml file. This is a subset of the syntax described in the LDML specification available at http://www.unicode.org/reports/tr35/, which should be consulted for ...
https://dev.mysql.com/doc/refman/5.7/en/lock-tables.html
The scope of a lock generated by LOCK TABLES is a single MySQL server. LOCK {TABLE | TABLES} tbl_name [[AS] alias] lock_type [, tbl_name [[AS] alias] lock_type] ... lock_type: { READ [LOCAL] | [LOW_PRIORITY] WRITE } UNLOCK {TABLE | TABLES} MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-notes.html
You should keep the following issues and notes in mind: As of macOS 10.14 (Majave), the macOS MySQL 5.7 Installer application requires permission to control System Events so it can display a generated (temporary) MySQL root password. Choosing ...
https://dev.mysql.com/doc/refman/5.7/en/making-trace-files.html
The trace file can become very large! To generate a smaller trace file, you can use debugging options something like this: mysqld --debug=d,info,error,query,general,where:O,/tmp/mysqld.trace This only prints information with the most interesting ...
https://dev.mysql.com/doc/refman/5.7/en/myisam-crash-recovery.html
If you use --quick, myisamchk does not create a temporary .MYD file, but instead assumes that the .MYD file is correct and generates only a new index file without touching the .MYD file. This section describes how to check for and deal with data ...
https://dev.mysql.com/doc/refman/5.7/en/myisam-ftdump.html
It reads the MyISAM index file directly, so it must be run on the server host where the table is located. Before using myisam_ftdump, be sure to issue a FLUSH TABLES statement first if the server is running. myisam_ftdump scans and dumps the entire ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-basics.html
A complete listing of all reportable events may be found in Section 21.6.3, “Event Reports Generated in NDB Cluster”. NDBCLUSTER (also known as NDB) is an in-memory storage engine offering high-availability and data-persistence features. The ...
Displaying 421 to 430 of 996 total results