Search Results
https://dev.mysql.com/doc/refman/9.7/en/group-replication-ipv6.html
The address or host name specified as the Group Replication local address is not the same as the MySQL server SQL protocol host and port, and is not specified in the bind_address system variable for the server instance. For the purpose of IP address ...To use IPv6 addresses, the operating system on the server host and the MySQL Server instance must both be configured to support ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-router.html
To bootstrap MySQL Router against InnoDB ClusterSet, you need to use an InnoDB Cluster administrator account, or the InnoDB Cluster server configuration account, which also has the required permissions. Connect to any active member server instance ... MySQL Router routes client application traffic to the appropriate clusters in an InnoDB ClusterSet ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-aws-plugin.html
The keyring_aws_cmk_id system variable is mandatory and configures the KMS key ID obtained from the AWS KMS server. At MySQL startup, set the keyring_aws_cmk_id system variable to the CMK ID value. See Ubuntu Server: AppArmor for more information ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/monitoring-innodb-cluster.html
The value returned by this parameter corresponds to the value of the group_replication_ssl_mode server variable on the instance. the following additional attributes for each object of the topology object: fenceSysVars a list containing the name of ...Issuing status() retrieves the status of the cluster based on the view of the cluster which the server instance you are connected to is aware of and outputs a status ...
https://dev.mysql.com/doc/internals/en/event-header-fields.html
v1 event header: +============================+ | timestamp 0 : 4 | +----------------------------+ | type_code 4 : 1 | +----------------------------+ | server_id 5 : 4 | +----------------------------+ | event_length 9 : 4 | ...The value of this ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-config-file.html
(If you build NDB Cluster from source on a Unix system, the default location is /usr/local/mysql-cluster.) This can be overridden at runtime by starting the management server with the --configdir option. config.ini: This file, sometimes known as the ... Configuring NDB Cluster requires working with two files: my.cnf: Specifies options for all NDB Cluster ...
https://dev.mysql.com/doc/refman/9.7/en/lock-order-tool.html
To run the server with the LOCK_ORDER tool enabled, enable the lock_order system variable at server startup. lock_order_dependencies Command-Line Format --lock-order-dependencies=file_name System Variable lock_order_dependencies Scope Global Dynamic ...Several other system variables for LOCK_ORDER configuration are available as ... The MySQL server is a multithreaded application that uses numerous internal locking and lock-related ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-logging-configuration.html
Naming Conventions for Audit Log Files To configure the audit log file name, set the audit_log.file system variable at server startup. If you want to stop collecting the query statistics, use the audit_log_filter_set_filter() audit log function to ...A flush task configured using the audit_log.flush_interval_seconds system variable has a value of zero by default, which means the task is not scheduled to ... This section describes how to configure audit logging characteristics, such as ...
https://dev.mysql.com/doc/refman/9.7/en/external-locking.html
If you do use external locking option to enable updates to MyISAM tables from many MySQL processes, do not start the server with the delay_key_write system variable set to ALL or use the DELAY_KEY_WRITE=1 table option for any shared tables. For ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-installation.html
To be usable by the server, the plugin library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). Common suffixes are .so for Unix and Unix-like systems, .dll for Windows.) [mysqld] ...For ...