Version sans cache


Mise en cache désactivé. Réglage défaut pour cette page : actif (code DEF204)
Si l'affichage est trop lent, vous pouvez désactiver le mode utilisateur pour visualiser la version en cache.

Rechercher dans le manuel MySQL

Displaying 381 to 390 of 716 total results
https://dev.mysql.com/c-api-binary-log-data-structures.html
C API functions for processing a replication event stream from a server require a connection handler (a MYSQL * pointer) and a pointer to a MYSQL_RPL structure that describes the steam of replication events to read from the server binary log. int ...
https://dev.mysql.com/c-api-data-structures.html
This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream interface. For information about those, see Section 28.7.8, “C API Prepared Statement Data ...
https://dev.mysql.com/c-api-prepared-statement-data-structures.html
Prepared statements use several data structures: To obtain a statement handler, pass a MYSQL connection handler to mysql_stmt_init(), which returns a pointer to a MYSQL_STMT data structure. To specify the statement to prepare, pass the MYSQL_STMT ...
https://dev.mysql.com/c-api.html
(Exceptions are Connector/J and Connector/NET.) This means that, for example, you can take advantage of many of the same environment variables that are used by other client programs because they are referenced from the library. For clients, the size ... The C API provides low-level access to the MySQL client/server protocol and enables C programs to access database ...
https://dev.mysql.com/cast-functions.html
If you omit CHARACTER SET charset_name, the character set and collation of the result are defined by the character_set_connection and collation_connection system variables that determine the default connection character set and collation (see ...
https://dev.mysql.com/charset-syntax.html
For example, to use the utf8mb4 Unicode character set, issue this statement after connecting to the server: SET NAMES 'utf8mb4'; For more information about character set-related issues in client/server communication, see Section 10.4, “Connection ... There are default settings for character sets and collations at four levels: server, database, table, and ...
https://dev.mysql.com/charset.html
MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations. You can specify character sets at the server, database, table, and column level.
https://dev.mysql.com/clone-plugin-monitoring.html
To check the state of a cloning operation: Connect to the recipient MySQL server instance. Monitoring Cloning Operations using Performance Schema Clone Tables Monitoring Cloning Operations Using Performance Schema Stage Events Monitoring Cloning ...
https://dev.mysql.com/data-dictionary-object-cache.html
The object limit is set to the value of max_connections, which has a default value of 151. The stored_program_cache option sets a soft upper limit for the number of cached stored procedures or functions per connection, and the limit is checked each ... The dictionary object cache is a shared global cache that stores previously accessed data dictionary objects in memory to enable object reuse and minimize disk ...
https://dev.mysql.com/datetime.html
(This does not occur for other types such as DATETIME.) By default, the current time zone for each connection is the server's time. This section describes their characteristics, how they are similar, and how they differ. MySQL recognizes DATE, ...
Displaying 381 to 390 of 716 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-connection-p-39.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