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 241 to 250 of 703 total results
https://dev.mysql.com/users-table.html
The users table contains a row for each user who has connected to the MySQL server. For each user name, the table counts the current and total number of connections. For a description of how the Performance Schema maintains rows in this table, ...
https://dev.mysql.com/writing-audit-plugins.html
For example, for MYSQL_AUDIT_CONNECTION_CLASS (the class that covers connect and disconnect events), plugin_audit.h defines these symbols: typedef enum { /** occurs after authentication phase is completed. */ MYSQL_AUDIT_CONNECTION_CONNECT = 1 << 0, ... This section describes how to write a server-side audit plugin, using the example plugin found in the plugin/audit_null directory of MySQL source ...
https://dev.mysql.com/x-plugin-sha2-cache-plugin.html
You can use X Plugin to authenticate against such accounts using non-SSL connections with SHA256_MEMORY authentication and SSL connections with PLAIN authentication. Before you can use non-SSL connections to authenticate an account which uses the ...
https://dev.mysql.com/c-api-multiple-queries.html
This capability is enabled by special options that are specified either when you connect to the server with mysql_real_connect() or after connecting by calling mysql_set_server_option(). Failure to process the result this way may result in a dropped ... By default, mysql_query() and mysql_real_query() interpret their statement string argument as a single statement to be executed, and you process the result according to whether the statement produces a result set (a set of rows, as for SELECT) or an affected-rows count (as for INSERT, UPDATE, and so ...
https://dev.mysql.com/creating-ssl-rsa-files-using-mysql.html
These files enable encrypted client connections using SSL; see Section 6.3.1, “Configuring MySQL to Use Encrypted Connections”. These key-pair files enable secure password exchange using RSA over unencrypted connections for accounts ...For some ...
https://dev.mysql.com/faqs-sql-modes.html
Using the statement SET [GLOBAL|SESSION] sql_mode='modes', you can change the settings from within a connection, either locally to the connection, or to take effect globally. Is the mode dependent on the database or connection? A mode is not linked ...What is the default server SQL mode when MySQL 8.0 is installed? ...
https://dev.mysql.com/federated-create.html
Create the table on the local server with an identical table definition, but adding the connection information that links the local table to the remote table. You can either create the local table and specify the connection string (containing the ...
https://dev.mysql.com/federated-usagenotes.html
When using a CONNECTION string, you cannot use an '@' character in the password. You can get round this limitation by using the CREATE SERVER statement to create a server connection. The following items indicate features that the FEDERATED storage ...
https://dev.mysql.com/fips-mode.html
FIPS mode also applies to attempts by clients to connect to the server. FIPS mode also applies to attempts by clients to connect to the server. However, enabling FIPS mode does not require that an encrypted connection must be used, or that user ...
https://dev.mysql.com/group-replication-configuring-instances.html
Group Replication uses this address for internal member-to-member connections involving remote instances of the group communication engine (XCom, a Paxos variant). Configuring group_replication_group_seeds sets the hostname and port of the group ...
Displaying 241 to 250 of 703 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-25.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