Rechercher dans le manuel MySQL

Displaying 181 to 190 of 278 total results
https://dev.mysql.com/mysql-cluster.html
While many standard MySQL schemas and applications can work using NDB Cluster, it is also true that unmodified applications and database schemas may be slightly incompatible or have suboptimal performance when run using NDB Cluster (see Section ...
https://dev.mysql.com/mysql-config-editor.html
The mysql_config_editor utility enables you to store authentication credentials in an obfuscated login path file named .mylogin.cnf. The file location is the %APPDATA%\MySQL directory on Windows and the current user's home directory on non-Windows ...
https://dev.mysql.com/mysql-eof.html
mysql_eof() determines whether the last row of a result set has been read. If you acquire a result set from a successful call to mysql_store_result(), the client receives the entire set in one operation. In this case, a NULL return from ...
https://dev.mysql.com/mysql-get-option.html
After the call returns successfully, the value of reconnect is true or false to indicate whether automatic reconnection is enabled. int mysql_get_option(MYSQL *mysql, enum mysql_option option, const void *arg) Returns the current value of an option ...
https://dev.mysql.com/mysql-innodb-cluster-from-group-replication.html
For example: mysql-js> var cluster = dba.createCluster('prodCluster', {adoptFromGR: true}); A new InnoDB cluster will be created on instance 'root@gr-member-2:3306'. If you have an existing deployment of Group Replication and you want to use it to ...
https://dev.mysql.com/mysql-innodb-cluster-introduction.html
The options dictionary accepts the connectToPrimary option,which defaults to true and indicates the shell to automatically connect to the primary member of the cluster. MySQL InnoDB cluster provides a complete high availability solution for MySQL.
https://dev.mysql.com/mysql-insert-id.html
This is true whether the value is automatically generated by storing the special values NULL or 0 into the column, or is an explicit nonspecial value. uint64_t mysql_insert_id(MYSQL *mysql) Returns the value generated for an AUTO_INCREMENT column ...
https://dev.mysql.com/mysql-next-result.html
However, this function does not change the connection state, so if it returns true, you must still call mysql_next_result() to advance to the next result. Its asynchronous counterpart is mysql_next_result_nonblocking(), for use by applications that ...
https://dev.mysql.com/mysql-shell-tutorial-javascript-documents-collections.html
When you are using MySQL as a Document Store, collections are containers within a schema that you can create, list, and drop. Collections contain JSON documents that you can add, find, update, and remove. The examples in this section use the ...
https://dev.mysql.com/mysql-shell-tutorial-javascript-documents-modify.html
mysql-js> db.countryinfo.modify("true").set("Airports", []) Query OK, 240 items affected (0.07 sec) With the Airports field added, the next example uses the arrayAppend() method to add a new airport to one of the documents. You can use the modify() ...
Displaying 181 to 190 of 278 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-true-p-19.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