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/mysql-cluster-overview.html
For more information about data nodes, how they are organized in an NDB Cluster, and how they handle and store NDB Cluster data, see Section 21.2.2, “NDB Cluster Nodes, Node Groups, Fragment Replicas, and Partitions”. NDB Cluster is a ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-tcp-definition-direct.html
Note To take the best advantage of direct connections in this fashion with more than two data nodes, you must have a direct connection between each data node and every other data node in the same node group. Setting up a cluster using direct ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-server-side-help.html
mysql> help search_string If you provide an argument to the help command, mysql uses it as a search string to access server-side help from the contents of the MySQL Reference Manual. The proper operation of this command requires that the help ...
https://dev.mysql.com/doc/refman/5.7/en/processlist-access.html
The following sections list the possible Command values, and State values grouped by category. The following discussion enumerates the sources of process information, the privileges required to see process information, and describes the content of ...
https://dev.mysql.com/doc/refman/5.7/en/program-variables.html
Many MySQL programs have internal variables that can be set at runtime using the SET statement. See Section 13.7.4.1, “SET Syntax for Variable Assignment”, and Section 5.1.8, “Using System Variables”. Most of these program variables also ...
https://dev.mysql.com/doc/refman/5.7/en/sys-host-summary.html
These views summarize statement activity, file I/O, and connections, grouped by host. The host_summary and x$host_summary views have these columns: host The host from which the client connected. Rows for which the HOST column in the underlying ...
https://dev.mysql.com/doc/refman/5.7/en/sys-schema-views.html
The sys schema contains many views that summarize Performance Schema tables in various ways. Most of these views come in pairs, such that one member of the pair has the same name as the other member, plus a x$ prefix. The view with the x$ prefix ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-files-table.html
For NDB: The name of an UNDO log file created by CREATE LOGFILE GROUP or ALTER LOGFILE GROUP, or of a data file created by CREATE TABLESPACE or ALTER TABLESPACE. For NDB: The name of the log file group to which the log file or data file belongs. For ... The FILES table provides information about the files in which MySQL tablespace data is ...
https://dev.mysql.com/doc/refman/5.7/en/windows-pluggable-authentication.html
Windows pluggable authentication uses the identity of the client to check whether it is a given account or a member of a group. Suppose that the Windows users Rafal and Tasha should be permitted to connect to MySQL, as well as any users in the ...
https://dev.mysql.com/doc/refman/5.7/en/adding-character-set.html
This section discusses the procedure for adding a character set to MySQL. The proper procedure depends on whether the character set is simple or complex: If the character set does not need special string collating routines for sorting and does not ...