Rechercher dans le manuel MySQL

Displaying 161 to 170 of 278 total results
https://dev.mysql.com/myisam-start.html
If either of these conditions is true, the following happens: The server checks the table for errors. The following options to mysqld can be used to change the behavior of MyISAM tables. bulk_insert_buffer_size The size of the tree cache used in ...
https://dev.mysql.com/myisam-storage-engine.html
MyISAM also supports the following features: Support for a true VARCHAR type; a VARCHAR column starts with a length stored in one or two bytes. MyISAM is based on the older (and no longer available) ISAM storage engine but has many useful ...
https://dev.mysql.com/mysql-cluster-compared.html
While it is also true that some types of common business applications can be run either on NDB Cluster or on MySQL Server (most likely using the InnoDB storage engine), there are some important architectural and implementation differences. MySQL ...
https://dev.mysql.com/mysql-cluster-config-example.html
This is also true for default sections of any other type. To support NDB Cluster, you will need to update my.cnf as shown in the following example. You may also specify these parameters on the command line when invoking the executables. Note The ...
https://dev.mysql.com/mysql-cluster-config-file.html
Configuring NDB Cluster requires working with two files: my.cnf: Specifies options for all NDB Cluster executables. This file, with which you should be familiar with from previous work with MySQL, must be accessible by each executable running in ...
https://dev.mysql.com/mysql-cluster-configuration-overview.html
This is especially true with regard to those parameters that relate to memory usage and disk space, such as MaxNoOfTables, MaxNoOfOrderedIndexes, and MaxNoOfUniqueHashIndexes. Each of the node parameter tables lists the parameters for a given type ...
https://dev.mysql.com/mysql-cluster-disk-data-objects.html
This is also true for dropping these objects, sibject to the following constraints: A log file group cannot be dropped as long as any tablespaces use it. NDB Cluster Disk Data storage is implemented using the following objects: Tablespace: Acts as ...
https://dev.mysql.com/mysql-cluster-install-windows-initial-start.html
This behavior is also true of NDB Cluster data node processes running on Windows.) For this reason, do not close the window in which ndb_mgmd.exe is running; doing so kills the management node process. Once the NDB Cluster executables and needed ...
https://dev.mysql.com/mysql-cluster-limitations-limits.html
Instead, the following rules hold true: A DELETE statement on an NDB table makes the memory formerly used by the deleted rows available for re-use by inserts on the same table only. In this section, we list limits found in NDB Cluster that either ...
https://dev.mysql.com/mysql-cluster-limitations-multiple-nodes.html
This is also true for a lock issued by any statement that locks tables as part of its operations. The following are issues relating to the use of multiple MySQL servers as NDB Cluster SQL nodes, and are specific to the NDBCLUSTER storage engine: No ...
Displaying 161 to 170 of 278 total results

Rechercher dans le manuel MySQL

Traduction non disponible

Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-fct-true-p-17.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :en Manuel MySQL : https://dev.mysql.com/

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut