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 141 to 150 of 996 total results
https://dev.mysql.com/doc/refman/5.7/en/encrypted-connection-protocols-ciphers.html
MySQL Server’s automatic generation process for SSL certificates does not generate ECDSA signed certificates, it generates only RSA signed certificates. MySQL supports multiple TLS protocols and ciphers, and enables configuring which protocols ...
https://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-function-reference.html
Table 6.36 MySQL Enterprise Encryption Functions Name Description asymmetric_decrypt() Decrypt ciphertext using private or public key asymmetric_derive() Derive symmetric key from asymmetric keys asymmetric_encrypt() Encrypt cleartext using private ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-recovering-from-a-point-in-time.html
It is generated whenever a view change happens At the group communication layer, view changes with their associated view ids are then boundaries between the data exchanged before and after a member joins. The view identifier itself is built from two ... To synchronize the server joining the group with the donor up to a specific point in time, the server joining the group and donor make use of the MySQL Global Transaction Identifiers (GTIDs) ...
https://dev.mysql.com/doc/refman/5.7/en/innochecksum.html
If you specify the none option, only checksums generated by none are allowed. If you specify the innodb option, only checksums generated by innodb are allowed. If you specify the crc32 option, only checksums generated by crc32 are allowed. This tool ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-buffer-pool-flushing.html
Adaptive Flushing InnoDB uses an adaptive flushing algorithm to dynamically adjust the rate of flushing based on the speed of redo log generation and the current rate of flushing. Sharp checkpoints, which are typically associated with ... InnoDB ...
https://dev.mysql.com/doc/refman/5.7/en/installing-source-distribution.html
-DCPACK_MONOLITHIC_INSTALL=1: Cause make package to generate a single installation file rather than multiple files. To install in a specific directory, add a DESTDIR parameter to the command line: $> make install DESTDIR="/opt/mysql" Alternatively, ... To install MySQL from a standard source distribution: Verify that your system satisfies the tool requirements listed at Section 2.8.2, “Source Installation ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-service.html
my_key_generate() Generates a new random key of a given type and length and stores it in the keyring. Syntax: my_bool my_key_generate(const char *key_id, const char *key_type, const char *user_id, size_t key_len) Arguments: key_id, user_id: ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-logs-event-buffer.html
NDB generates messages in the cluster log to describe the state of these buffers. Although these reports appear in the cluster log, they refer to buffers on API nodes (unlike most other cluster log messages, which are generated by data nodes). The ... NDB uses one or more memory buffers for events received from the data ...
https://dev.mysql.com/doc/refman/5.7/en/query-cache.html
The query cache is shared among sessions, so a result set generated by one client can be sent in response to the same query issued by another client. This is a typical situation for many Web servers that generate many dynamic pages based on database ... Note The query cache is deprecated as of MySQL 5.7.20, and is removed in MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/solaris-installation.html
To configure the generation of core files on Solaris you should use the coreadm command. Because of the security implications of generating a core on a setuid() application, by default, Solaris does not support core files on setuid() programs. If ...
Displaying 141 to 150 of 996 total results