Search Results
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-remote.html
To determine the MySQL server version, issue the following query: mysql> SHOW VARIABLES LIKE 'version'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | version | 8.4.8 | +---------------+-------+ The donor and ... The ...Use this option if you do not want to remove existing user-created data (schemas, tables, tablespaces) and binary logs from the recipient data ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
To select the log format that the audit log plugin uses to write its log file, set the audit_log_format system variable at server startup. This is the same as the value of the server_id system variable. This is the same as the value of the server_id ...This is the same as the value of the VERSION() function or version system ... The MySQL server calls the audit log ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-concepts.html
This example shows the GTID set stored in the gtid_executed system variable (@@GLOBAL.gtid_executed) of a replica that has applied transactions from more than one source: 2174B383-5441-11E8-B90A-C80AA9429562:1-3, ...The mysql.gtid_executed system ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
You can determine whether your MySQL Server has NDB support using one of the statements SHOW VARIABLES LIKE 'have_%', SHOW ENGINES, or SHOW PLUGINS. What file systems can I use with NDB Cluster? What about network file systems or network shares? ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log.html
You enable encryption on a MySQL server by setting the binlog_encryption system variable to ON. The server can be started with the default server ID when binary logging is enabled, but an informational message is issued if you do not specify a ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-hashicorp-plugin.html
Note If you do not set the mandatory system variables at server startup, or if some other plugin initialization error occurs, initialization fails. To specify these parameters, assign values to the corresponding system variables. As indicated by the ...No key information is permanently stored in MySQL server local ... Note The keyring_hashicorp plugin is an ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-enterprise-backup.html
This is for preserving the server's UUID and Section 7.1.9.3, “Persisted System Variables” (if used), which are needed in the steps below. This is for preserving the server's Section 7.1.9.3, “Persisted System Variables”, which are needed ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
Is there a MySQL server running on the machine/port you are trying to connect to? (java.security.AccessControlException) SQLState: 08S01 VendorError: 0 Either you're running an Applet, your MySQL server has been installed with the skip_networking ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
Is there a MySQL server running on the machine/port you are trying to connect to? (java.security.AccessControlException) SQLState: 08S01 VendorError: 0 Either you're running an Applet, your MySQL server has been installed with the skip_networking ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
Warning Setting the max_digest_length system variable to zero disables digest production, which also disables server functionality that requires digests, such as MySQL Enterprise Firewall. Enabling or Disabling the Firewall Scheduling Firewall Cache ...By default, this variable is enabled when the firewall is ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section ...