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-mgm-client-commands.html
                                PROMPT [prompt] Changes the prompt shown by ndb_mgm to the string literal prompt. Some examples are shown here: ndb_mgm> PROMPT mgm#1: mgm#1: SHOW Cluster Configuration ... report-type is case-insensitive and “fuzzy”; for MemoryUsage, you can ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-what-is-new-7-5.html
                                 Major changes and new features in NDB Cluster 7.5 which are likely to be of interest are shown in the following list: ndbinfo Enhancements. A row in the config_values table shows the current value of a given parameter on the node having a specified ...A number of changes are made in the ndbinfo database, chief of which is that it now provides detailed information about NDB Cluster node configuration ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-command-options.html
                                --show-warnings Command-Line Format --show-warnings Cause warnings to be shown after each statement if there are any. Mar 7 12:39:25 myhost MysqlClient[20824]: SYSTEM_USER:'oscar', MYSQL_USER:'my_oscar', CONNECTION_ID:23, DB_SERVER:'127.0.0.1', ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-installer-workflow.html
                                During the process, click Show Details to view the installation actions. Checking Show Advanced Options enables additional Logging Options to be set. Advanced Configuration Check Show Advanced and Logging Options to set custom logging and advanced ... MySQL Installer provides a wizard-like tool to install and configure new MySQL products for ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/performance-schema-replication-connection-configuration-table.html
                                 This table shows the configuration parameters used by the replica for connecting to the source. The column descriptions indicate the corresponding CHANGE MASTER TO options from which the column values are taken, and the table given later in this ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/performance-schema-replication-connection-status-table.html
                                 This table shows the current status of the replication I/O thread that handles the replica's connection to the source. GROUP_NAME If this server is a member of a group, shows the name of the group the server belongs to. Issuing RESET MASTER or ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/replication-options-source.html
                                --show-slave-auth-info Command-Line Format --show-slave-auth-info[={OFF|ON}] Type Boolean Default Value OFF Display replica user names and passwords in the output of SHOW SLAVE HOSTS on the source server for replicas started with the --report-user ... This section describes the server options and system variables that you can use on replication source ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/using-system-variables.html
                                For SHOW VARIABLES, if you specify neither GLOBAL nor SESSION, MySQL returns SESSION values.  The MySQL server maintains many system variables that configure its operation. Section 5.1.7, “Server System Variables”, describes the meaning of these ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/charset-connection.html
                                They can be useful to see all character set and collation system variables: SHOW SESSION VARIABLES LIKE 'character\_set\_%'; SHOW SESSION VARIABLES LIKE 'collation\_%'; Clients can fine-tune the settings for these variables, or depend on the ... A ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/create-database.html
                                To see the available character sets and collations, use the SHOW CHARACTER SET and SHOW COLLATION statements, respectively. See Section 13.7.5.3, “SHOW CHARACTER SET Statement”, and Section 13.7.5.4, “SHOW COLLATION Statement”. If you ...