Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-data-recovery.html
In the event of a problem where query processing stops or the MySQL HeatWave Cluster stops, the external tables are recovered when the Cluster resumes and begins processing queries again using the MySQL HeatWave recovery process. See the following ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-mysqldb.html
Data modification statements made to tables in the mysql schema are replicated according to the value of binlog_format; if this value is MIXED, these statements are replicated using row-based format. However, statements that would normally update ...
https://dev.mysql.com/doc/refman/8.4/en/what-is.html
...
https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html
SUPER affects the following operations and server behaviors: Enables system variable changes at runtime: Enables server configuration changes to global system variables with SET GLOBAL and SET PERSIST. (An account can always kill its own threads.) ...To limit the location in which files can be read and written, set the secure_file_priv system variable to a specific ...MySQL privileges differ in the contexts in which they ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options.html
Command-Line Format --server-id=# System Variable server_id Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 1 Minimum Value 0 Maximum Value 4294967295 This variable specifies the server ID. server_uuid The MySQL server ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-reference.html
Replication Options and Variables The command-line options and system variables in the following list relate to replication source servers and replicas. For a listing of all command-line options, system variables, and status variables used with ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
Note For some Linux platforms, MySQL installation from RPM or Debian packages includes systemd support for managing MySQL server startup and shutdown. For more information, see Section 2.5.9, “Managing MySQL Server with systemd”. One implication ... mysqld_safe is the recommended way to start a mysqld server on ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html
For more information, see the descriptions of the gtid_next system variable and the TRANSACTION_GTID_TAG privilege, as well as Section 19.1.4, “Changing GTID Mode on Online Servers”. The default values of two server system variables relating to ...A companion section lists MySQL server options and variables that have been added, deprecated, or removed in MySQL 8.4; see Section 1.5, “Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 8.4 since ...
https://dev.mysql.com/doc/refman/8.4/en/connecting-using-uri-or-key-value-pairs.html
This section describes use of URI-like connection strings or key-value pairs to specify how to establish connections to the MySQL server, for clients such as MySQL Shell. For information on establishing connections using command-line options, for ...For additional information if you are unable to connect, see Section 8.2.22, “Troubleshooting Problems Connecting to ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-key-migration.html
Pausing keyring operations during an online migration is accomplished by connecting to the running server and setting its global keyring_operations system variable to OFF before key copying and ON after key copying. This is typically the value of ...