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-installer-workflow.html
                                This includes defining custom file paths for the error log, general log, slow query log (including the configuration of seconds it requires to execute a query), and the binary log. The Logging Options step enables you to define custom file paths for ...Otherwise, the process stops and displays an error message if an individual action times ...Unlike the initial setup, which ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/database-use.html
                                The administrator needs to execute a statement like this: mysql> GRANT ALL ON menagerie.* TO 'your_mysql_name'@'your_client_host'; where your_mysql_name is the MySQL user name assigned to you and your_client_host is the host from which you connect ... Once you know how to enter SQL statements, you are ready to access a ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/sys-schema-redundant-indexes.html
                                 The schema_redundant_indexes view displays indexes that duplicate other indexes or are made redundant by them. In the following column descriptions, the dominant index is the one that makes the redundant index redundant. The ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/password-logging.html
                                An implication of password rewriting is that statements that cannot be parsed (due, for example, to syntax errors) are not written to the general query log because they cannot be known to be password free. Use cases that require logging of all ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/flush.html
                                This operation does not perform an implicit UNLOCK TABLES, so an error results if you perform the operation while there is any active LOCK TABLES or use it a second time without first releasing the locks acquired. FLUSH DES_KEY_FILE Reloads the DES ...| table_synonym WITH READ LOCK | table_synonym tbl_name [, tbl_name] ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/replica-io-thread-states.html
                                This can last for a long time if the source is idle. Waiting for the slave SQL thread to free enough relay log space You are using a nonzero relay_log_space_limit value, and the relay logs have grown large enough that their combined size exceeds ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/group-replication-plugin-architecture.html
                                These interfaces isolate the MySQL Server core from the Group Replication plugin, and are mostly hooks placed in the transaction execution pipeline. The capture component is responsible for keeping track of context related to transactions that are ... MySQL Group Replication is a MySQL plugin and it builds on the existing MySQL replication infrastructure, taking advantage of features such as the binary log, row-based logging, and global transaction ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/keyring.html
                                 MySQL Server supports a keyring that enables internal server components and plugins to securely store sensitive information for later retrieval. The implementation comprises these elements: Keyring plugins that manage a backing store or communicate ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndb-api-statistics.html
                                On platforms without sufficient (nanosecond) time resolution, small changes in the value of the WaitNanosCount NDB API counter due to SQL statements that execute very quickly may not always be visible in the values of ...Table 21.61 NDB API ... A ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/replication-formats.html
                                Replication of the source to the replica works by executing the SQL statements on the replica. When using MIXED format, the binary logging format is determined in part by the storage engine being used and the statement being executed. There are ...