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 341 to 350 of 716 total results
https://dev.mysql.com/mysql-cluster-ndbinfo-processes.html
Only nodes that are connected to the cluster are shown in this table. You can obtain information about nodes that are configured but not connected to the cluster from the nodes and config_nodes tables. For other types of API nodes, it is the name of ... This table contains information about NDB Cluster node processes; each node is represented by the row in the ...
https://dev.mysql.com/mysql-cluster-ndbinfo-server-transactions.html
The server_transactions table is subset of the cluster_transactions table, but includes only those transactions in which the current SQL node (MySQL Server) is a participant, while including the relevant connection IDs. (Currently, the MySQL Server ...The following table provides information about the columns in the server_transactions ...
https://dev.mysql.com/mysql-cluster-programs-ndb-desc.html
Usage ndb_desc -c connection_string tbl_name -d db_name [options] ndb_desc -c connection_string index_name -d db_name -t tbl_name Additional options that can be used with ndb_desc are listed later in this section. --retries=#, -r Try to connect this ... ndb_desc provides a detailed description of one or more NDB ...
https://dev.mysql.com/mysql-cluster-programs-ndb-size-pl.html
This is a Perl script that can be used to estimate the amount of space that would be required by a MySQL database if it were converted to use the NDBCLUSTER storage engine. Unlike the other utilities discussed in this section, it does not require ...
https://dev.mysql.com/mysql-enterprise-audit.html
MySQL Enterprise Audit uses the open MySQL Audit API to enable standard, policy-based monitoring and logging of connection and query activity executed on specific MySQL servers. The log contents include when clients connect and disconnect, and what ... MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server ...
https://dev.mysql.com/mysql-enterprise-thread-pool.html
The default thread-handling model in MySQL Server executes statements using one thread per client connection. As more clients connect to the server and execute statements, overall performance degrades. The plugin implements a thread pool that ...
https://dev.mysql.com/mysql-next-result.html
After calling mysql_next_result() the state of the connection is as if you had called mysql_real_query() or mysql_query() for the next statement. CLIENT_MULTI_RESULTS can be enabled when you call mysql_real_connect(), either explicitly by passing ...
https://dev.mysql.com/mysql-real-escape-string-quote.html
The mysql argument must be a valid, open connection because character escaping depends on the character set in use by the server. The string in the from argument is encoded to produce an escaped SQL string, taking into account the current character ... unsigned long mysql_real_escape_string_quote(MYSQL *mysql, char *to, const char *from, unsigned long length, char quote) This function creates a legal SQL string for use in an SQL ...
https://dev.mysql.com/mysql-real-escape-string.html
The mysql argument must be a valid, open connection because character escaping depends on the character set in use by the server. The string in the from argument is encoded to produce an escaped SQL string, taking into account the current character ... unsigned long mysql_real_escape_string(MYSQL *mysql, char *to, const char *from, unsigned long length) This function creates a legal SQL string for use in an SQL ...
https://dev.mysql.com/mysql-select-db.html
int mysql_select_db(MYSQL *mysql, const char *db) Causes the database specified by db to become the default (current) database on the connection specified by mysql. mysql_select_db() fails unless the connected user can be authenticated as having ...
Displaying 341 to 350 of 716 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-35.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