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/sql-prepared-statements.html
                                Prepared Statements in SQL Scripts An alternative SQL interface to prepared statements is available. Metadata changes to tables or views referred to by prepared statements are detected and cause automatic repreparation of the statement when it is ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/compressed-format.html
                                Compressed tables have the following characteristics: Compressed tables take very little disk space. The header for a row takes up one to three bytes depending on the biggest row in the table. Note While a compressed table is read only, and you ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-delete-all.html
                                In some cases, this can be much faster than DELETE or even TRUNCATE TABLE. Usage ndb_delete_all -c connection_string tbl_name -d db_name This deletes all rows from the table named tbl_name in the database named db_name. Options that can be used with ...--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/connection-control-information-schema-tables.html
                                 The following sections describe the INFORMATION_SCHEMA tables associated with the connection_control plugin. 
                                            
                https://dev.mysql.com/doc/refman/8.0/en/innodb-information-schema-compression-tables.html
                                 There are two pairs of InnoDB INFORMATION_SCHEMA tables about compression that can provide insight into how well compression is working overall: INNODB_CMP and INNODB_CMP_RESET provide information about the number of compression operations and the ...INNODB_CMPMEM and INNODB_CMPMEM_RESET provide information about the way memory is allocated for ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/innodb-tables.html
                                 This section covers topics related to InnoDB tables. ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/myisam-table-problems.html
                                 The file format that MySQL uses to store data has been extensively tested, but there are always circumstances that may cause database tables to become corrupted. The following discussion describes how this can happen and how to handle it. 
                                            
                https://dev.mysql.com/doc/refman/8.0/en/performance-schema-keyring-tables.html
                                 The following sections describe the Performance Schema tables associated with the MySQL keyring (see Section 8.4.4, “The MySQL Keyring”). They provide information about keyring operation: keyring_component_status: Information about the keyring ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/sys-schema-tables.html
                                 The following sections describe sys schema tables and triggers. ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html
                                Beginning with MySQL 8.0.28, utf8mb3 is also displayed in place of utf8 in columns of Information Schema tables, and in the output of SQL SHOW statements. To determine the pad attribute for a collation, use the INFORMATION_SCHEMA COLLATIONS table, ... This section describes the collations available for Unicode character sets and their differentiating ...