Search Results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-server-states.html
OFFLINE The Group Replication plugin is loaded but the member does not belong to any group. The state of a Group Replication group member shows its current role in the group. The Performance Schema table replication_group_members shows the state ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-user-credentials.html
If the replication user for distributed recovery uses the caching SHA-2 authentication plugin, and you are not using SSL for distributed recovery connections, RSA key-pairs are used for password exchange. Group Replication uses a distributed ...
https://dev.mysql.com/doc/refman/8.4/en/identifier-case-sensitivity.html
That is true for names of cursors, conditions, procedures, functions, savepoints, stored routine parameters, stored program local variables, and plugins. In MySQL, databases correspond to directories within the data directory. Each table within a ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-files-table.html
The Information Schema FILES table provides metadata about all InnoDB tablespace types including file-per-table tablespaces, general tablespaces, the system tablespace, temporary table tablespaces, and undo tablespaces (if present). For more ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-read-only-instance.html
For example, CREATE USER, GRANT, REVOKE, and INSTALL PLUGIN operations are not permitted in read-only mode. You can query InnoDB tables where the MySQL data directory is on read-only media by enabling the --innodb-read-only configuration option at ...
https://dev.mysql.com/doc/refman/8.4/en/installing-development-tree.html
This section describes how to install MySQL from the latest development source code, which is hosted on GitHub. To obtain the MySQL Server source code from this repository hosting service, you can set up a local MySQL Git repository. On GitHub, ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-encrypted-file-component.html
When it initializes, component_keyring_encrypted_file reads either a global configuration file, or a global configuration file paired with a local configuration file: The component attempts to read its global configuration file from the directory ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-file-component.html
When it initializes, component_keyring_file reads either a global configuration file, or a global configuration file paired with a local configuration file: The component attempts to read its global configuration file from the directory where the ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-native.html
Many Linux distributions include a version of the MySQL server, client tools, and development components in their native software repositories and can be installed with the platforms' standard package management systems. This section provides basic ...
https://dev.mysql.com/doc/refman/8.4/en/loadable-function-reference.html
The following table lists each function that is loadable at runtime and provides a short description of each one. For a table listing built-in functions and operators, see Section 14.1, “Built-In Function and Operator Reference” For general ...