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/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/5.7/en/mysql-acid.html
The ACID model is a set of database design principles that emphasize aspects of reliability that are important for business data and mission-critical applications. MySQL includes components such as the InnoDB storage engine that adhere closely to ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-batch-commands.html
The mysql client typically is used interactively, like this: mysql db_name However, it is also possible to put your SQL statements in a file and then tell mysql to read its input from that file. To do so, create a text file text_file that contains ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-backup.html
The next few sections describe how to prepare for and then to create an NDB Cluster backup using the functionality for this purpose found in the ndb_mgm management client. To distinguish this type of backup from a backup made using mysqldump, we ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-compared.html
See Section 21.2.6.3, “NDB and InnoDB Feature Usage Summary”, for a comparison of the relative suitability of each for use in common types of database applications. MySQL Server offers a number of choices in storage engines. Since both NDB and ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-config-file.html
If you find such a change and we have not documented it, please report it in the MySQL bugs database using the instructions given in Section 1.5, “How to Report Bugs or Problems”. Configuring NDB Cluster requires working with two files: my.cnf: ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data-objects.html
You can obtain information about data files used by Disk Data tables by querying the FILES table in the INFORMATION_SCHEMA database. NDB Cluster Disk Data storage is implemented using a number of Disk Data objects. These include the following: ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-first-start.html
You should now be ready to work with databases, tables, and data in NDB Cluster. Starting the cluster is not very difficult after it has been configured. Each cluster node process must be started separately, and on the host where it resides. This ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-linux-binary.html
$> cd /var/tmp $> tar -C /usr/local -xzvf mysql-cluster-gpl-7.6.35-linux-glibc2.12-x86_64.tar.gz $> ln -s /usr/local/mysql-cluster-gpl-7.6.35-linux-glibc2.12-x86_64 /usr/local/mysql Change location to the mysql directory and set up the system ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-initial-start.html
You should now be ready to work with database objects and data using NDB Cluster 's NDBCLUSTER storage engine. Once the NDB Cluster executables and needed configuration files are in place, performing an initial start of the cluster is simply a ...