https://dev.mysql.com/keyring-udfs-general-purpose.html
Keyring UDFs support the key types and lengths supported by the underlying keyring plugin, with the additional constraint that keys cannot be longer than 2,048 bytes (16,384 bits), due to limitations of the UDF interface. The following call creates ... MySQL Server supports a keyring service that enables internal server components and plugins to securely store sensitive information for later ...
https://dev.mysql.com/limits-windows.html
The following limitations apply to use of MySQL on the Windows platform: Process memory On Windows 32-bit platforms, it is not possible by default to use more than 2GB of RAM within a single process, including MySQL. This is because the physical ...
https://dev.mysql.com/mathematical-functions.html
mysql> SELECT COT(12); -> -1.5726734063977 mysql> SELECT COT(0); -> out-of-range error CRC32(expr) Computes a cyclic redundancy check value and returns a 32-bit unsigned value. mysql> SELECT LOG2(65536); -> 16 mysql> SELECT LOG2(-100); -> NULL ...
https://dev.mysql.com/myisamchk-repair-options.html
--keys-used=val, -k val For myisamchk, the option value is a bit value that indicates which indexes to update. Each binary bit of the option value corresponds to a table index, where the first index is bit 0. myisamchk supports the following ...
https://dev.mysql.com/mysql-cluster-install-debian.html
Oracle provides .deb installer files for NDB Cluster for 32-bit and 64-bit platforms. In the examples that follow, we assume you wish to install NDB 8.0.19 on a 64-bit Debian 9 system; in this case, the installer file is named ... The section ...
https://dev.mysql.com/mysql-cluster-option-tables.html
ndbinfo_table_prefix: The prefix to use for naming ndbinfo internal base tables ndbinfo_version: The version of the ndbinfo engine; read only server-id-bits: Sets the number of least significant bits in the server_id actually used for identifying ...
https://dev.mysql.com/mysql-installer-setup.html
Although MySQL Installer is a 32-bit application, it can install both 32-bit and 64-bit binaries. MySQL Installer Licensing and Support Authentication Choosing a Setup Type Path Conflicts Check Requirements MySQL Installer Configuration Files When ...
https://dev.mysql.com/problems-with-mysql-sock.html
To do this, set the sticky bit on the /tmp directory by logging in as root and using the following command: shell> chmod +t /tmp You can check whether the sticky bit is set by executing ls -ld /tmp. If the last permission character is t, the bit is ... The default location for the Unix socket file that the server uses for communication with local clients is ...
https://dev.mysql.com/replication-binlog-encryption.html
The binary log encryption keys used to encrypt the file passwords for the log files are 256-bit keys that are generated specifically for each MySQL server instance using MySQL Server's keyring service (see Section 6.4.4, “The MySQL Keyring”).
https://dev.mysql.com/server-error-reference.html
Error number: 3159; Symbol: ER_SECURE_TRANSPORT_REQUIRED; SQLSTATE: HY000 Message: Connections using insecure transport are prohibited while --require_secure_transport=ON. Error number: 3839; Symbol: ER_INNODB_REDO_LOG_ARCHIVE_START_SUBDIR_PATH; ...