Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 41 to 45 of 45 total results
https://dev.mysql.com/doc/refman/9.7/en/group-replication-frequently-asked-questions.html
The member makes the specified number of auto-rejoin attempts five minutes apart. What is the maximum number of MySQL servers in a group? A group can consist of maximum 9 servers. Attempting to add another server to a group with 9 members causes the ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-change-primary.html
You can specify a timeout from 1 to 3600 seconds (60 minutes) for transactions that are running when you use the function. This section explains how to change which member of a single-primary group is the primary, using the ...
https://dev.mysql.com/doc/refman/9.7/en/events-privileges.html
To enable or disable the execution of scheduled events, it is necessary to set the value of the global event_scheduler system variable. The EVENT privilege governs the creation, modification, and deletion of events. For example, suppose that ...
https://dev.mysql.com/doc/refman/9.7/en/controlling-query-plan-evaluation.html
At the same time, if compiled with optimizer_search_depth equal to 3 or 4, the optimizer may compile in less than a minute for the same query. The task of the query optimizer is to find an optimal plan for executing an SQL query. Because the ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-logging-configuration.html
For example, to configure the flush task to recur every two minutes: $> mysqld --audit_log_flush_interval_seconds=120 For more information, see the audit_log_flush_interval_seconds system variable. Important The audit_log plugin is deprecated, and ...