PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/firewall-elements.html
Administrative functions provide an API for lower-level tasks such as synchronizing the cache with persistent storage. MySQL Enterprise Firewall is based on a plugin library that includes these elements: A server-side plugin named MYSQL_FIREWALL ...
https://dev.mysql.com/doc/refman/5.7/en/flow-control-statements.html
MySQL supports the IF, CASE, ITERATE, LEAVE LOOP, WHILE, and REPEAT constructs for flow control within stored programs. Many of these constructs contain other statements, as indicated by the grammar specifications in the following sections. For ...
https://dev.mysql.com/doc/refman/5.7/en/fulltext-fine-tuning.html
Note By making this change, you severely decrease MySQL's ability to provide adequate relevance values for the MATCH() function. You can exert more control over full-text searching behavior if you have a MySQL source distribution because some ...
https://dev.mysql.com/doc/refman/5.7/en/getting-information.html
To find out which database is currently selected, use the DATABASE() function: mysql> SELECT DATABASE(); +------------+ | DATABASE() | +------------+ | menagerie | +------------+ If you have not yet selected any database, the result is NULL. What ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-enterprise-backup.html
The member has now been fully restored from the backup and functions as a regular member of the group. MySQL Enterprise Backup is a commercially-licensed backup utility for MySQL Server, available with MySQL Enterprise Edition. This section ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-fault-tolerance.html
This has direct impact on the number of failures the system can tolerate without compromising itself and its overall functionality. MySQL Group Replication builds on an implementation of the Paxos distributed algorithm to provide distributed ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-frequently-asked-questions.html
How does Group Replication use network addresses and hostnames? Group Replication uses network connections between members and therefore its functionality is directly impacted by how you configure hostnames and ports. What is the maximum number of ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-network-partitioning.html
In the scenario depicted above, if s3, s4 and s5 are not really unreachable but instead are online, they may have formed their own functional partition (they are 3 out of 5, hence they have the majority). The group needs to achieve consensus ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-server-states.html
Table 17.1 Server State Field Description Group Synchronized ONLINE The member is ready to serve as a fully functional group member, meaning that the client can connect and start executing transactions. There are various states that a server ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-tuning-recovery.html
In such cases, the donor switch over process has retry functionality, similar to that found in regular replication. Whenever a new member joins a replication group, it connects to a suitable donor and fetches the data that it has missed up until ...