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 181 to 190 of 702 total results
https://dev.mysql.com/mysql-installer-catalog-dashboard.html
By default, and when an Internet connection is present, MySQL Installer updates the catalog daily. If the local server is a member of an InnoDB cluster, reconfigure the cluster as follows: Type the administrator password for the cluster affected ...
https://dev.mysql.com/mysql-ping.html
int mysql_ping(MYSQL *mysql) Checks whether the connection to the server is working. If the connection has gone down and auto-reconnect is enabled an attempt to reconnect is made. If the connection is down and auto-reconnect is disabled, ...
https://dev.mysql.com/mysqlbinlog-server-id.html
When invoked with the --read-from-remote-server option, mysqlbinlog connects to a MySQL server, specifies a server ID to identify itself, and requests binary log files from the server. You can use mysqlbinlog to request log files from a server in ...
https://dev.mysql.com/performance-schema-table-index.html
The following table lists each Performance Schema table and provides a short description of each one.
https://dev.mysql.com/query-log.html
The server writes information to this log when clients connect or disconnect, and it logs each SQL statement received from clients. Each line that shows when a client connects also includes using connection_type to indicate the protocol used to ...
https://dev.mysql.com/replication-administration-status.html
The SHOW SLAVE STATUS statement, which you must execute on each slave, provides information about the configuration and status of the connection between the slave server and the master server. The MASTER_HEARTBEAT_PERIOD setting on the master (set ... The most common task when managing a replication process is to ensure that replication is taking place and that there have been no errors between the slave and the ...
https://dev.mysql.com/security-guidelines.html
Anyone using MySQL on a computer connected to the Internet should read this section to avoid the most common security mistakes. MySQL uses security based on Access Control Lists (ACLs) for all connections, queries, and other operations that users ...In discussing security, it is necessary to consider fully protecting the entire server host (not just the MySQL server) against all types of applicable attacks: eavesdropping, altering, playback, and denial of ...
https://dev.mysql.com/server-shutdown.html
If the server tries to create a shutdown thread and cannot (for example, if memory is exhausted), it issues a diagnostic message that appears in the error log: Error: Can't create thread to kill server The server stops accepting new connections. To ... The server shutdown process takes place as follows: The shutdown process is ...
https://dev.mysql.com/show-processlist.html
The SHOW PROCESSLIST statement is very useful if you get the “too many connections” error message and want to find out what is going on. MySQL reserves one extra connection to be used by accounts that have the CONNECTION_ADMIN or SUPER ... SHOW ...
https://dev.mysql.com/slave-logs-status.html
Access privileges for the master info log table should be restricted because it contains the password for connecting to the master. RESET SLAVE clears the data in the slave_master_info and slave_relay_log_info tables, with the exception of ... A ...
Displaying 181 to 190 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-19.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