Search Results
                    
                    
            https://dev.mysql.com/doc/connector-j/en/connector-j-installing-source.html
                                 Caution You need to install Connector/J from source only if you want to build a customized version of Connector/J or if you are interested in helping us test our new code. To just get MySQL Connector/J up and running on your system, install ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-tomcat.html
                                 The following instructions are based on the instructions for Tomcat-5.x, available at http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html which is current at the time this document was written. First, install the .jar file ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-applications.html
                                 For applications that store data using the default MySQL character set and collation (utf8mb4, utf8mb4_0900_ai_ci), no special configuration should be needed. If applications require data storage using a different character set or collation, you ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-cp932.html
                                 Why is cp932 needed? In MySQL, the sjis character set corresponds to the Shift_JIS character set defined by IANA, which supports JIS X0201 and JIS X0208 characters. (See http://www.iana.org/assignments/character-sets.) However, the meaning of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-sets.html
                                 This section describes the collations available for Unicode character sets and their differentiating properties. MySQL supports multiple Unicode character sets: utf8mb4: A UTF-8 encoding of the Unicode character set using one to four bytes per ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/components.html
                                 MySQL Server includes a component-based infrastructure for extending server capabilities. A component provides services that are available to the server and other components. (With respect to service use, the server is a component, equal to other ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/features.html
                                 This section describes some of the important characteristics of the MySQL Database Software. In most respects, the roadmap applies to all versions of MySQL. Tested with Purify (a commercial memory leakage detector) as well as with Valgrind, a GPL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-by-functional-dependence.html
                                 The following discussion provides several examples of the ways in which MySQL detects functional dependencies. The examples use this notation: {X} -> {Y} Understand this as “X uniquely determines Y,” which also means that Y is functionally ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-table-import.html
                                 This section describes how to import tables using the Transportable Tablespaces feature, which permits importing tables, partitioned tables, or individual table partitions that reside in file-per-table tablespaces. There are many reasons why you ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/installing.html
                                A summary of the procedure follows and later sections provide the details. If you plan to upgrade an existing version of MySQL to a newer version rather than install MySQL for the first time, see Chapter 3, Upgrading MySQL, for information about ...