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/metadata-locking.html
                                Metadata lock acquisition order can make a difference in operation outcome when multiple transactions execute concurrently, as the following example illustrates. Lock acquisition order results in the RENAME TABLE executing before the INSERT. In this ... MySQL uses metadata locking to manage concurrent access to database objects and to ensure data ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/alter-view.html
                                 ALTER [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}] [DEFINER = user] [SQL SECURITY { DEFINER | INVOKER }] VIEW view_name [(column_list)] AS select_statement [WITH [CASCADED | LOCAL] CHECK OPTION] This statement changes the definition of a view, ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/apis-php-info.html
                                 The MySQL PHP API manual is now published in standalone form, not as part of the MySQL Reference Manual. 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/c-api-info.html
                                 The MySQL C API Developer Guide is published in standalone form, not as part of the MySQL Reference Manual. 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/charset-charsets.html
                                There is one subsection for each group of related character sets. To list the available character sets and their default collations, use the SHOW CHARACTER SET statement or query the INFORMATION_SCHEMA CHARACTER_SETS table. To avoid choosing the ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/charset-collate.html
                                 With the COLLATE clause, you can override whatever the default collation is for a comparison. 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/charset-column.html
                                 Every “character” column (that is, a column of type CHAR, VARCHAR, a TEXT type, or any synonym) has a column character set and a column collation. CREATE TABLE t1 ( col1 CHAR(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci ) CHARACTER SET latin1 ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/connector-j-info.html
                                 The MySQL Connector/J manual is published in standalone form, not as part of the MySQL Reference Manual. For information, see these documents: Main manual: MySQL Connector/J Developer Guide Release notes: MySQL Connector/J Release Notes . 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/connector-net-info.html
                                 The MySQL Connector/NET manual is published in standalone form, not as part of the MySQL Reference Manual. For information, see these documents: Main manual: MySQL Connector/NET Developer Guide Release notes: MySQL Connector/NET Release Notes . 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/connector-odbc-info.html
                                 The MySQL Connector/ODBC manual is published in standalone form, not as part of the MySQL Reference Manual. For information, see these documents: Main manual: MySQL Connector/ODBC Developer Guide Release notes: MySQL Connector/ODBC Release Notes .