Search Results
https://dev.mysql.com/doc/refman/8.4/en/binary-log.html
The binary log has two important purposes: For replication, the binary log on a replication source server provides a record of the data changes to be sent to replicas. Running a server with binary logging enabled makes performance slightly slower.
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
The MySQL server calls the audit log plugin to write an audit record to its log file whenever an auditable event occurs. Typically the first audit record written after plugin startup contains the server description and startup options. Only ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
During the installation of the package, you will be asked to choose the versions of the MySQL server and other components (for example, the MySQL Workbench) that you want to install. Selecting a Major Release Version By default, all installations ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
MYSQL_INIT_COMMAND (argument type: char *) SQL statement to execute when connecting to the MySQL server. MYSQL_OPT_BIND (argument: char *) The network interface from which to connect to the server. MYSQL_OPT_COMPRESS (argument: not used) Compress ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-hashicorp-plugin.html
No key information is permanently stored in MySQL server local storage. (An optional in-memory key cache may be used as intermediate storage.) Random key generation is performed on the MySQL server side, with the keys subsequently stored to ... Note ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
The syntax is --action_option=action_value with a full list of action options below: Table 2.7 Action Options Action option Shortcut Aliases Type Values Default value Action Condition Description datadir d data-dir, data-directory Path N/A ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-options-system-variables.html
To control activation of X Plugin, use this option: --mysqlx[=value] Command-Line Format --mysqlx[=value] Type Enumeration Default Value ON Valid Values ONOFFFORCEFORCE_PLUS_PERMANENT This option controls how the server loads X Plugin at startup.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encrypted-innodb.html
For details on how the MySQL server encrypts and decrypts InnoDB tablespaces, see InnoDB Data-at-Rest Encryption—it explains concepts like master key and tablespace keys, which are important for understanding how MySQL Enterprise Backup works with ...When InnoDB tablespace encryption uses a centralized key management solution, the feature is referred to as “MySQL Enterprise Transparent Data Encryption (TDE).” The following is a brief description on how encrypted InnoDB tablespaces are handled by MySQL Enterprise Backup in backup, restore, and apply-log ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-migrate-keyring.html
For information about option files used by MySQL programs, see Section 6.2.2.2, “Using Option Files”. This is typically the value of the plugin_dir system variable for the local MySQL server. --get-server-public-key Command-Line Format ... The ...
https://dev.mysql.com/doc/refman/8.4/en/sha256-pluggable-authentication.html
For programs that use the C API, call mysql_options() to specify the RSA public key file by passing the MYSQL_SERVER_PUBLIC_KEY option and the name of the file. MySQL provides two authentication plugins that implement SHA-256 hashing for user ...