PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.5Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/keyring-oci-plugin.html
Instead, consider using the component_keyring_oci component for storing keyring data (see Section 8.4.4.11, “Using the Oracle Cloud Infrastructure Vault Keyring Component”). As indicated by the preceding table, several plugin-related system ...
https://dev.mysql.com/doc/refman/8.0/en/replication-encrypted-connections.html
To use an encrypted connection for the transfer of the binary log required during replication, both the source and the replica servers must support encrypted network connections. You must obtain (or create) a suitable security certificate that you ...If either server does not support encrypted connections (because it has not been compiled or configured for them), replication through an encrypted connection is not ...
https://dev.mysql.com/doc/refman/8.0/en/macos-installation.html
For a list of macOS versions that the MySQL server supports, see https://www.mysql.com/support/supportedplatforms/database.html. The user you use to perform the installation must have administrator privileges. Compressed TAR archive, which uses a ...MySQL for macOS is available in a number of different forms: Native Package Installer, which uses the native macOS installer (DMG) to walk you through the installation of ...
https://dev.mysql.com/doc/refman/8.0/en/out-of-range-and-overflow.html
If no restrictive modes are enabled, MySQL clips the value to the appropriate endpoint of the column data type range and stores the resulting value instead. When an out-of-range value is assigned to an integer column, MySQL stores the value ...When ...
https://dev.mysql.com/doc/refman/8.0/en/lock-order-tool.html
The MySQL server is a multithreaded application that uses numerous internal locking and lock-related primitives, such as mutexes, rwlocks (including prlocks and sxlocks), conditions, and files. If the _trace_ variable is enabled, an error is ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-replication-applier-status-by-worker-table.html
For a single-threaded replica, data is shown for the replica's single applier thread. All error codes and messages displayed in the columns relating to errors correspond to error values listed in Server Error Message Reference. LAST_ERROR_NUMBER, ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log.html
By default, the file is named audit.log in the server data directory. When installed, the audit plugin enables MySQL Server to produce a log file containing an audit record of server activity. The log contents include when clients connect and ...
https://dev.mysql.com/doc/refman/8.0/en/user-variables.html
A value having the JSON data type is converted to a string with a character set of utf8mb4 and a collation of utf8mb4_bin. This does not currently include contexts that explicitly require a literal value, such as in the LIMIT clause of a SELECT ...
https://dev.mysql.com/doc/refman/8.0/en/making-windows-dumps.html
Program Database files (with suffix pdb) are included in the ZIP Archive Debug Binaries & Test Suite distribution of MySQL. Important The .exe and .pdb files must be an exact match (both version number and MySQL server edition); otherwise, or ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-params-api.html
The listing in this section provides information about parameters used in the [mysqld] and [api] sections of a config.ini file for configuring NDB Cluster SQL nodes and API nodes. Note To add new SQL or API nodes to the configuration of a running ...For detailed descriptions and other additional information about each of these parameters, see Section 25.4.3.7, “Defining SQL and Other API Nodes in an NDB ...