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 41 to 50 of 689 total results
https://dev.mysql.com/session-connect-attrs-table.html
Application programs can provide key-value connection attributes to be passed to the server at connect time. For descriptions of common attributes, see Section 26.12.9, “Performance Schema Connection Attribute Tables”. To see connection ...
https://dev.mysql.com/mysql-cluster-sci-definition.html
[sci] sections in the config.ini file explicitly define SCI (Scalable Coherent Interface) connections between cluster nodes. Restart Type N The HostName1 and HostName2 parameters can be used to specify specific network interfaces to be used for a ...Using SCI transporters in NDB Cluster requires specialized hardware as well as specially-built MySQL binaries; compiling such binaries is not supported using an NDB 8.0 ...
https://dev.mysql.com/replication-connection-status-table.html
This table shows the current status of the I/O thread that handles the slave server connection to the master server, information on the last transaction queued in the relay log, and information on the transaction currently being queued in the relay ...There is always a default replication channel, and more replication channels can be ...
https://dev.mysql.com/mysql-connect.html
MYSQL *mysql_connect(MYSQL *mysql, const char *host, const char *user, const char *passwd) This function is deprecated. mysql_connect() attempts to establish a connection to a MySQL database engine running on host. mysql_connect() must complete ...
https://dev.mysql.com/mysql-reset-connection.html
int mysql_reset_connection(MYSQL *mysql) Resets the connection to clear the session state. mysql_reset_connection() has effects similar to mysql_change_user() or an auto-reconnect except that the connection is not closed and reopened, and ...
https://dev.mysql.com/ipv6-server-config.html
The MySQL server listens on one or more network sockets for TCP/IP connections. Set the bind_address system variable at server startup to specify the TCP/IP connections that a server instance accepts. A value of *, which is the default, or a value ...Each socket is bound to one address, but it is possible for an address to map onto multiple network ...
https://dev.mysql.com/ndb-transid-mysql-connection-map-table.html
The ndb_transid_mysql_connection_map table provides a mapping between NDB transactions, NDB transaction coordinators, and MySQL Servers attached to an NDB Cluster as API nodes. INFORMATION_SCHEMA Name SHOW Name Remarks mysql_connection_id MySQL ...
https://dev.mysql.com/windows-and-ssh.html
This section describes how to get an encrypted connection to a remote MySQL server with SSH. At this point, you should have an ODBC connection to MySQL, encrypted using SSH. This userid value might not be the same as the user name of your MySQL ...
https://dev.mysql.com/mysql-real-connect-nonblocking.html
enum net_async_status mysql_real_connect_nonblocking(MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, unsigned int port, const char *unix_socket, unsigned long client_flag) Note mysql_real_connect_nonblocking() ...For general information about writing asynchronous C API applications, see Section 28.7.12, “C API Asynchronous ...
https://dev.mysql.com/mysql-command-options.html
--bind-address=ip_address On a computer having multiple network interfaces, use this option to select which interface to use for connecting to the MySQL server. --connect-expired-password Indicate to the server that the client can handle sandbox ...
Displaying 41 to 50 of 689 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-5.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