Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-files-using-openssl.html
                                 This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and clients. The first example shows a simplified procedure such as you might use from the command line. The first two examples ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
                                 In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and the NDB storage engine. Which versions of the MySQL software support NDB Cluster? Do I have to compile from source? A.10.2. What is the difference ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/glossary.html
                                 These terms are commonly used in information about the MySQL database server. Files with this extension are always included in backups produced by the mysqlbackup command of the MySQL Enterprise Backup product. Files with this extension are always ...
                                            
                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/help.html
                                 HELP 'search_string' The HELP statement returns online information from the MySQL Reference Manual. Its proper operation requires that the help tables in the mysql database be initialized with help topic information (see Section 7.1.17, ...
                                            
                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 ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/lock-order-tool.html
                                 The MySQL server is a multithreaded application that uses numerous internal locking and lock-related primitives, such as mutexes, rwlocks (including prlocks and sxlocks), conditions, and files. Within the server, the set of lock-related objects ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/macos-installation.html
                                 For a list of macOS versions that the MySQL server supports, see https://www.mysql.com/support/supportedplatforms/database.html. MySQL for macOS is available in a number of different forms: Native Package Installer, which uses the native macOS ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-general-info.html
                                 MySQL NDB Cluster uses the MySQL server with the NDB storage engine. Support for the NDB storage engine is not included in standard MySQL Server 8.4 binaries built by Oracle. Instead, users of NDB Cluster binaries from Oracle should upgrade to the ...