Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 161 to 170 of 535 total results
https://dev.mysql.com/doc/refman/8.0/en/replication-asynchronous-connection-failover-source.html
To add and remove managed groups of servers, use the asynchronous_connection_failover_add_managed and asynchronous_connection_failover_delete_managed functions instead. For a managed group, you also specify the type of managed service (currently ...
https://dev.mysql.com/doc/refman/8.0/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/8.0/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/8.0/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/8.0/en/replication-asynchronous-connection-failover-replica.html
In MySQL 8.0.27 and later, asynchronous connection failover for replicas is activated automatically for a replication channel on a Group Replication primary when you set SOURCE_CONNECTION_AUTO_FAILOVER=1 in the CHANGE REPLICATION SOURCE TO ...When ...
https://dev.mysql.com/doc/refman/8.0/en/optimizer-hints.html
Syntax of index-level hints: hint_name([@query_block_name] tbl_name [index_name [, index_name] ...]) hint_name(tbl_name@query_block_name [index_name [, index_name] ...]) The syntax refers to these terms: hint_name: These hint names are permitted: ...
https://dev.mysql.com/doc/refman/8.0/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/8.0/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/8.0/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/8.0/en/replication-administration-skip.html
The binary log is organized as a sequence of groups known as event groups, and each event group consists of a sequence of events. For nontransactional tables, an event group corresponds to a single SQL statement. When you use a SET GLOBAL ... If ...
Displaying 161 to 170 of 535 total results