Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
                                 This section provides guidance on installing MySQL using the MySQL APT repository. First, add the MySQL APT repository to your system's software repository list. Follow these steps: Go to the download page for the MySQL APT repository at ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
                                Before You Start As a popular, open-source software, MySQL, in its original or re-packaged form, is widely installed on many systems from various sources, including different software download sites, software repositories, and so on. The following ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/literals.html
                                These include strings, numbers, hexadecimal and bit values, boolean values, and NULL.  This section describes how to write literal values in MySQL. The section also covers various nuances that you may encounter when dealing with these basic types in ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/myisam-storage-engine.html
                                Large files (up to 63-bit file length) are supported on file systems and operating systems that support large files.  MyISAM is based on the older (and no longer available) ISAM storage engine but has many useful extensions. Table 18.2 MyISAM ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/myisamchk.html
                                 The myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables (tables that have .MYD and .MYI files for storing data and indexes). You can also use the CHECK TABLE and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-binary.html
                                (For the most recent 64-bit NDB 8.4 release, this is mysql-cluster-gpl-8.4.6-linux-glibc2.12-x86_64.tar.gz.) We assume that you have placed this file in each machine's /var/tmp directory.  This section covers the steps necessary to install the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-log-statistics.html
                                This is the number of 32-bit data words received in the last reporting interval for primary key operations using this TC as the transaction coordinator.  The NDB management client's CLUSTERLOG STATISTICS command can provide a number of useful ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cluster-operations.html
                                 The cluster_operations table provides a per-operation (stateful primary key op) view of all activity in the NDB Cluster from the point of view of the local data management (LQH) blocks (see The DBLQH Block). (Currently, the MySQL Server does not ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cluster-transactions.html
                                 The cluster_transactions table shows information about all ongoing transactions in an NDB Cluster. (Currently, the MySQL Server does not expose the NDB API transaction ID of an ongoing transaction.) block_instance refers to an instance of a kernel ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-server-operations.html
                                The transaction ID (transid) is a unique 64-bit number which can be obtained using the NDB API's getTransactionId() method.  The server_operations table contains entries for all ongoing NDB operations that the current SQL node (MySQL Server) is ...