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 601 to 610 of 721 total results
https://dev.mysql.com/mysql-fetch-fields.html
For metadata-optional connections, this function returns NULL when the resultset_metadata system variable is set to NONE. MYSQL_FIELD *mysql_fetch_fields(MYSQL_RES *result) Returns an array of all MYSQL_FIELD structures for a result set. Each ...
https://dev.mysql.com/mysql-fetch-row.html
Errors are not reset between calls to mysql_fetch_row() CR_SERVER_LOST The connection to the server was lost during the query. Its asynchronous counterpart is mysql_fetch_row_nonblocking(), for use by applications that require asynchronous ...
https://dev.mysql.com/mysql-field-count.html
unsigned int mysql_field_count(MYSQL *mysql) Returns the number of columns for the most recent query on the connection. The normal use of this function is when mysql_store_result() returned NULL (and thus you have no result set pointer). In this ...
https://dev.mysql.com/mysql-init.html
MYSQL *mysql_init(MYSQL *mysql) Allocates or initializes a MYSQL object suitable for mysql_real_connect(). If mysql_init() allocates a new object, it is freed when mysql_close() is called to close the connection. If mysql is a NULL pointer, the ...
https://dev.mysql.com/mysql-innodb-cluster-limitations.html
With an InnoDB cluster that consists of three server instances, where there is one read-write port and two read-only ports, this can cause MySQL Shell to only connect to one of the read-only instances. As InnoDB cluster uses Group Replication, you ...
https://dev.mysql.com/mysql-innodb-cluster-methods-installing.html
A production deployment uses multiple remote host machines running MySQL server instances, so you need to connect to each machine using a tool such as SSH or Windows remote desktop to carry out tasks such as installing components. The method you ...
https://dev.mysql.com/mysql-innodb-cluster-upgrade-rolling.html
The rolling upgrade process must be performed in the following order: Run the latest MySQL Shell version, connect the global session to the cluster and issue dba.upgradeMetadata(). When upgrading the metadata schema of clusters deployed by MySQL ...
https://dev.mysql.com/mysql-insert-id.html
The value of mysql_insert_id() is affected only by statements issued within the current client connection. uint64_t mysql_insert_id(MYSQL *mysql) Returns the value generated for an AUTO_INCREMENT column by the previous INSERT or UPDATE statement.
https://dev.mysql.com/mysql-installer.html
MySQL Connectors MySQL Connector/NET, MySQL Connector/Python, MySQL Connector/ODBC, MySQL Connector/J, and MySQL Connector/C++. Connector/Node.js does not provide an .msi file for use with MySQL Installer. The web package downloads only the MySQL ...
https://dev.mysql.com/mysql-kill.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_kill(MYSQL *mysql, unsigned long pid) Note mysql_kill() is deprecated and will be removed in a future version of MySQL. mysql_kill() cannot handle values larger than ...
Displaying 601 to 610 of 721 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-61.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