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 551 to 560 of 721 total results
https://dev.mysql.com/insert-on-duplicate.html
If you specify the CLIENT_FOUND_ROWS flag to the mysql_real_connect() C API function when connecting to mysqld, the affected-rows value is 1 (not 0) if an existing row is set to its current values. If you specify an ON DUPLICATE KEY UPDATE clause ...
https://dev.mysql.com/insert.html
If you specify the CLIENT_FOUND_ROWS flag to the mysql_real_connect() C API function when connecting to mysqld, the affected-rows value is 1 (not 0) if an existing row is set to its current values. INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] ...
https://dev.mysql.com/ipv6-system-support.html
Before MySQL Server can accept IPv6 connections, the operating system on your server host must support IPv6. As a simple test to determine whether that is true, try this command: shell> ping6 ::1 16 bytes from ::1, icmp_seq=0 hlim=64 time=0.171 ms ...
https://dev.mysql.com/keywords.html
Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions. Reserved words are permitted as ...
https://dev.mysql.com/linux-installation-debian.html
Users who want to set a password later can leave the password field blank in the dialogue box and just press OK; in that case, root access to the server is authenticated using the MySQL Socket Peer-Credential Authentication Plugin for connections ...
https://dev.mysql.com/linux-installation-native.html
The libraries are required if you want to provide connectivity from different languages and environments such as Perl, Python and others. Many Linux distributions include a version of the MySQL server, client tools, and development components in ...
https://dev.mysql.com/load-data.html
Using LOCAL is a bit slower than letting the server access the files directly, because the file contents must be sent over the connection by the client to the server. INTO Statement”.) To write data from a table to a file, use SELECT ... To read ...
https://dev.mysql.com/locale-support.html
Any client can examine the value of lc_time_names or set its SESSION value to affect the locale for its own connection. The locale indicated by the lc_time_names system variable controls the language used to display day and month names and ...
https://dev.mysql.com/log-destinations.html
Logs are accessible remotely through any client that can connect to the server and issue queries (if the client has the appropriate log table privileges). MySQL Server provides flexible control over the destination of output written to the general ...
https://dev.mysql.com/manual-conventions.html
Example: “The --host option (short form -h) tells the mysql client program the hostname or IP address of the MySQL server that it should connect to”. This manual uses certain typographical conventions: Text in this style is used for SQL ...
Displaying 551 to 560 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-56.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