Geen cache-versie.


Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code DEF204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

Rechercher dans le manuel MySQL

Displaying 131 to 140 of 700 total results
https://dev.mysql.com/thread-pool-operation.html
The thread pool consists of a number of thread groups, each of which manages a set of client connections. As connections are established, the thread pool assigns them to thread groups in round-robin fashion. The thread pool separates connections ...
https://dev.mysql.com/c-api-auto-reconnect.html
The MySQL client library can perform an automatic reconnection to the server if it finds that the connection is down when you attempt to send a statement to the server to be executed. If auto-reconnect is enabled, the library tries once to ...
https://dev.mysql.com/creating-accounts.html
At the command line, connect to the server as the MySQL root user, supplying the appropriate password at the password prompt: shell> mysql -u root -p Enter password: (enter root password here) After connecting to the server, you can add new accounts. The 'finley'@'localhost' account can be used only when connecting from the local ... To manage MySQL accounts, use the SQL ...
https://dev.mysql.com/faqs-cjk.html
Usually it is necessary to change only the client and connection and results settings. Why does my GUI front end or browser display CJK characters incorrectly in my application using Access, PHP, or another API? Obtain a direct connection to the ...
https://dev.mysql.com/information-functions.html
mysql> SELECT COLLATION('abc'); -> 'utf8_general_ci' mysql> SELECT COLLATION(_utf8mb4'abc'); -> 'utf8mb4_0900_ai_ci' mysql> SELECT COLLATION(_latin1'abc'); -> 'latin1_swedish_ci' CONNECTION_ID() Returns the connection ID (thread ID) for the ...It ...
https://dev.mysql.com/keyring-hashicorp-plugin.html
Plugin-specific information includes preparation of the certificate and key files needed for connecting to HashiCorp Vault, as well as configuring Vault itself. Certificate and Key Preparation HashiCorp Vault Setup keyring_hashicorp Configuration ...
https://dev.mysql.com/mysql-cluster-params-other.html
For detailed descriptions and additional information about individual parameters, see Section 22.3.3.10, “NDB Cluster TCP/IP Connections”, or Section 22.3.3.12, “NDB Cluster Shared-Memory Connections”, as appropriate. The listings in this ...
https://dev.mysql.com/mysql-config-editor.html
The file can be read later by MySQL client programs to obtain authentication credentials for connecting to MySQL Server. Think of a login path option group as a set of options that specify which MySQL server to connect to and which account to ...
https://dev.mysql.com/mysql-innodb-cluster-sandbox-deployment.html
The argument passed to deploySandboxInstance() is the TCP port number where the MySQL Server instance listens for connections. The next step is to create the InnoDB cluster while connected to the seed MySQL Server instance. Connect MySQL Shell to ...
https://dev.mysql.com/performance-schema-status-variables.html
Performance_schema_session_connect_attrs_longest_seen In addition to the connection attribute size-limit check performed by the Performance Schema against the value of the performance_schema_session_connect_attrs_size system variable, the server ...
Displaying 131 to 140 of 700 total results

Zoek in de MySQL-handleiding

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-fct-connection-p-14.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:en Manuel MySQL : https://dev.mysql.com/

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut