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/optimize-character.html
                                When you use a randomly generated value as a primary key in an InnoDB table, prefix it with an ascending value such as the current date and time if possible.  For character and string columns, follow these guidelines: Use binary collation order for ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/sys-schema-object-overview.html
                                Note For MySQL instances with a large number of objects, this view might take a long time to execute.  This view summarizes the types of objects within each schema. object_type The object type: BASE TABLE, INDEX (index_type), EVENT, FUNCTION, ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/select.html
                                With two arguments, the first argument specifies the offset of the first row to return, and the second specifies the maximum number of rows to return. Use of an unqualified * with other items in the select list may produce a parse error. The ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/collation-diagnostics.html
                                 The MySQL server generates diagnostics when it finds problems while parsing the Index.xml file: Unknown tags are written to the error log. For example, the following message results if a collation definition contains a <aaa> tag: [Warning] Buffered ...In other cases, when a collation description is generally correct but contains some unknown tags, the collation is initialized and is available for ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/innodb-enabling-monitors.html
                                 When InnoDB monitors are enabled for periodic output, InnoDB writes the output to mysqld server standard error output (stderr) every 15 seconds, approximately. If you want to direct the output to the console window rather than to the error log, ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/group-replication-observability.html
                                Nonetheless, you might sometimes need to understand what is happening behind the scenes.  There is a lot of automation built into the Group Replication plugin. This is where the instrumentation of Group Replication and Performance Schema becomes ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-innodb_cmpmem.html
                                 The INNODB_CMPMEM and INNODB_CMPMEM_RESET tables provide status information about compressed pages that reside in the buffer pool. Please consult Section 14.9, “InnoDB Table and Page Compression” for further information on compressed tables and ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/optimizing-innodb-ddl-operations.html
                                Online DDL support for adding secondary indexes means that you can generally speed up the process of creating and loading a table and associated indexes by creating the table without secondary indexes, then adding secondary indexes after the data is ... Many DDL operations on tables and indexes (CREATE, ALTER, and DROP statements) can be performed ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/performance-schema-accounts-table.html
                                 The accounts table contains a row for each account that has connected to the MySQL server. For each account, the table counts the current and total number of connections. To set the table size explicitly, set the performance_schema_accounts_size ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/performance-schema-hosts-table.html
                                 The hosts table contains a row for each host from which clients have connected to the MySQL server. For each host name, the table counts the current and total number of connections. To set the table size explicitly, set the ...