Search Results
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption.html
The functions enable Enterprise applications to perform the following operations: Implement added data protection using public-key asymmetric cryptography Create public and private keys and digital signatures Perform asymmetric encryption and ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-format.html
For example: 2020-08-06T14:25:02.835618Z 0 [Note] [MY-012487] [InnoDB] DDL log recovery : begin 2020-08-06T14:25:02.936146Z 0 [Warning] [MY-010068] [Server] CA certificate /var/mysql/sslinfo/cacert.pem is self signed. Timestamps are written using ...
https://dev.mysql.com/doc/refman/8.4/en/features.html
Designed to be fully multithreaded using kernel threads, to easily use multiple CPUs if they are available. Designed to make it relatively easy to add other storage engines. Data Types Many data types: signed/unsigned integers 1, 2, 3, 4, and 8 ...
https://dev.mysql.com/doc/refman/8.4/en/glossary.html
The use of the term B-tree is intended as a reference to the general class of index design. B-tree structures used by MySQL storage engines may be regarded as variants due to sophistications not present in a classic B-tree design. InnoDB does not ...
https://dev.mysql.com/doc/refman/8.4/en/identifier-mapping.html
The same is true for any use of $ (dollar sign) in a schema or table name; it is replaced with @0024 on the filesystem. There is a correspondence between database and table identifiers and names in the file system. For the basic structure, MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/json-search-functions.html
type is one of the following data types: FLOAT DOUBLE DECIMAL SIGNED UNSIGNED DATE TIME DATETIME YEAR YEAR values of one or two digits are not supported. The functions in this section perform search or comparison operations on JSON values to ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
SSPI, while being compatible with GSSAPI at the wire level, only supports the Windows single sign-on scenario and specifically refers to the logged-on user. Note Kerberos pluggable authentication is an extension included in MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.4/en/known-issues.html
When inserting a big integer value (between 263 and 264−1) into a decimal or string column, it is inserted as a negative value because the number is evaluated in signed integer context. However, it is possible for the data on the source and ...
https://dev.mysql.com/doc/refman/8.4/en/myisam-storage-engine.html
The only requirements for binary portability are that the machine uses two's-complement signed integers and IEEE floating-point format. There is no significant speed penalty for storing data low byte first; the bytes in a table row normally are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-blob-tool.html
A directory reference may be relative or absolute; it may contain one or more environment variables, each denoted by a prefixed dollar sign ($), and expanded prior to use. This tool can be used to check for and remove orphaned BLOB column parts ...