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 211 to 220 of 702 total results
https://dev.mysql.com/nonpersistible-system-variables.html
The user connects to the server using an encrypted connection and supplies an SSL certificate with the designated Subject value. Such a user then connects to the server with the certificate and any other SSL options required to establish an ... SET ...
https://dev.mysql.com/optimizing-myisam-bulk-data-loading.html
Locking also lowers the total time for multiple-connection tests, although the maximum wait time for individual connections might go up because they wait for locks. Suppose that five clients attempt to perform inserts simultaneously as follows: ...
https://dev.mysql.com/performance-schema-functions.html
PS_CURRENT_THREAD_ID() Returns a BIGINT UNSIGNED value representing the Performance Schema thread ID assigned to the current connection. mysql> SELECT PS_CURRENT_THREAD_ID(); +------------------------+ | PS_CURRENT_THREAD_ID() | ... As of MySQL ...
https://dev.mysql.com/performance-schema-replication-tables.html
The following Performance Schema replication tables continue to be populated when the Performance Schema is disabled: replication_connection_configuration replication_connection_status replication_applier_configuration replication_applier_status ...
https://dev.mysql.com/replication-security.html
In addition, for servers in a replication topology, consider implementing the following security measures: Set up masters and slaves to use encrypted connections to transfer the binary log, which protects this data in motion. Encryption for these ...
https://dev.mysql.com/resetting-permissions.html
If you have never assigned a root password for MySQL, the server does not require a password at all for connecting as root. You should now be able to connect to the MySQL server as root using the new password. You should now be able to connect to ...For instructions on assigning a password, see Section 2.10.4, “Securing the Initial MySQL ...
https://dev.mysql.com/server-plugins.html
MySQL distributions include several plugins that implement server extensions: Plugins for authenticating attempts by clients to connect to MySQL Server. A connection-control plugin that enables administrators to introduce an increasing delay after a ... MySQL supports a plugin API that enables creation of server ...
https://dev.mysql.com/source-configuration-options.html
-DODBC_INCLUDES=dir_name The location of the ODBC includes directory, and may be used while configuring Connector/ODBC. -DODBC_LIB_DIR=dir_name The location of the ODBC library directory, and may be used while configuring Connector/ODBC. The CMake ...
https://dev.mysql.com/audit-log-legacy-filtering.html
Modifications to audit_log_include_accounts or audit_log_exclude_accounts affect only connections created subsequent to the modification, not existing connections. audit_log_connection_policy: Logging policy for connection events ... Note This ...
https://dev.mysql.com/audit-log-logging-configuration.html
Connect to the server and flush the log file so the plugin closes it and reopens a new audit.log file: SET GLOBAL audit_log_flush = ON; audit_log_flush is special in that its value remains OFF so that you need not disable it explicitly before ...
Displaying 211 to 220 of 702 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-22.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