PDF (US Ltr)
- 35.0Mb
PDF (A4)
- 35.1Mb
Man Pages (TGZ)
- 254.9Kb
Man Pages (Zip)
- 359.9Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
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/aggregate-functions.html
They are often used with a GROUP BY clause to group values into subsets. If you use an aggregate function in a statement containing no GROUP BY clause, it is equivalent to grouping on all rows. For more information, see Section 12.19.3, “MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/create-tablespace.html
For example, you cannot have a tablespace and a log file group with the same name, or a tablespace and a data file with the same name. A log file group of one or more UNDO log files must be assigned to the tablespace to be created with the USE ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html
If older client software cannot be upgraded immediately, the new named_pipe_full_access_group system variable can be used to give a Windows group the necessary permissions to open a named pipe connection. Implementation for the ONLY_FULL_GROUP_BY ...
https://dev.mysql.com/doc/refman/5.7/en/thread-pool-information-schema-tables.html
They provide information about thread pool operation: TP_THREAD_GROUP_STATE: Information about thread pool thread group states TP_THREAD_GROUP_STATS: Thread group statistics TP_THREAD_STATE: Information about thread pool thread states Rows in these ... The following sections describe the INFORMATION_SCHEMA tables associated with the thread pool plugin (see Section 5.5.3, “MySQL Enterprise Thread ...
https://dev.mysql.com/doc/refman/5.7/en/counting-rows.html
The use of COUNT() in conjunction with GROUP BY is useful for characterizing your data under various groupings. Counting the total number of animals you have is the same question as “How many rows are in the pet table?” because there is one ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-config-editor.html
The unobfuscated format of the .mylogin.cnf login path file consists of option groups, similar to other option files. Each option group in .mylogin.cnf is called a “login path,” which is a group that permits only certain options: host, user, ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-command-options.html
mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option file. --defaults-group-suffix=str Command-Line Format --defaults-group-suffix=str Type String Read not only the ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-upgrade.html
mysql_upgrade supports the following options, which can be specified on the command line or in the [mysql_upgrade] and [client] groups of an option file. --defaults-group-suffix=str Command-Line Format --defaults-group-suffix=str Type String Read ...
https://dev.mysql.com/doc/refman/5.7/en/mysqladmin.html
mysqladmin supports the following options, which can be specified on the command line or in the [mysqladmin] and [client] groups of an option file. --defaults-group-suffix=str Command-Line Format --defaults-group-suffix=str Type String Read not only ...You can use it to check the server's configuration and current status, to create and drop databases, and ...