PDF (US Ltr)
        - 43.3Mb
                                PDF (A4)
        - 43.4Mb
                                Man Pages (TGZ)
        - 297.1Kb
                                Man Pages (Zip)
        - 402.4Kb
                                Info (Gzip)
        - 4.3Mb
                                Info (Zip)
        - 4.3Mb
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-option-tables.html
                                 The following list includes command-line options, system variables, and status variables applicable within mysqld when it is running as an SQL node in an NDB Cluster. For a reference to all command-line options, system variables, and status ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html
                                 This section explains the server options and system variables that apply to replica servers and contains the following: Startup Options for Replica Servers System Variables Used on Replica Servers Specify the options either on the command line or ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/timestamp-lookups.html
                                 Temporal values are stored in TIMESTAMP columns as UTC values, and values inserted into and retrieved from TIMESTAMP columns are converted between the session time zone and UTC. (This is the same type of conversion performed by the CONVERT_TZ() ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/group-replication-system-variables.html
                                 This section lists the system variables that are specific to the Group Replication plugin. The name of each Group Replication system variable is prefixed with group_replication_. Note InnoDB Cluster uses Group Replication, but the default values of ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html
                                 The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table data. It dumps one or more MySQL databases for backup or transfer to ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/replication-options-reference.html
                                 The following two sections provide basic information about the MySQL command-line options and system variables applicable to replication and the binary log. Replication Options and Variables The command-line options and system variables in the ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/datetime.html
                                This section describes their characteristics, how they are similar, and how they differ. MySQL recognizes DATE, DATETIME, and TIMESTAMP values in several formats, described in Section 11.1.3, “Date and Time Literals”. For the DATE and DATETIME ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-what-is-new.html
                                 The following sections describe changes in the implementation of MySQL NDB Cluster in NDB Cluster 8.0 through 8.0.44, as compared to earlier release series. NDB Cluster 8.4 is also available for production; while NDB 8.0 is still supported, we ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/create-event.html
                                 CREATE [DEFINER = user] EVENT [IF NOT EXISTS] event_name ON SCHEDULE schedule [ON COMPLETION [NOT] PRESERVE] [ENABLE | DISABLE | DISABLE ON SLAVE] [COMMENT 'string'] DO event_body; schedule: { AT timestamp [+ INTERVAL interval] ... The event does ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functions.html
                                The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ONLY_FULL_GROUP_BY SQL mode. As a result, the address value for rows within each name group is ...