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 141 to 150 of 306 total results
https://dev.mysql.com/mysql-installer-workflow.html
Invalid tokens generate a descriptive error message along with a red X icon and red token text. When all tokens resolve as valid (green text without an X icon), you can click OK to save the changes. MySQL Installer provides a wizard-like tool to ...
https://dev.mysql.com/mysql-logging.html
The mysql client can do these types of logging for statements executed interactively: On Unix, mysql writes the statements to a history file. By default, this file is named .mysql_history in your home directory. To specify a different file, set the ...
https://dev.mysql.com/mysql-nutshell.html
The GRANT statement has an AS user [WITH ROLE] clause that specifies additional information about the privilege context to use for statement execution. The SSL context the server uses for new connections now is reconfigurable at runtime. This ...
https://dev.mysql.com/mysql-shell-tutorial-javascript-indexes-create.html
In the following example, "Text(40)" represents the number of characters to index and true indicates that the field cannot contain any NULL values. field("Name", "TEXT(40)", true).execute() Query OK (0.04 sec) To drop an index, pass to the ...
https://dev.mysql.com/mysql-shell-tutorial-python-documents-index.html
In the index field description, "TEXT(40)" represents the number of characters to index, and "required": True specifies that the field is required to exist in the document. mysql-py> db.countryinfo.create_index("name",\ {"fields": [{"field": ...
https://dev.mysql.com/mysql-stmt-send-long-data.html
It can be called multiple times to send the parts of a character or binary data value for a column, which must be one of the TEXT or BLOB data types. The following example demonstrates how to send the data for a TEXT column in chunks. It inserts the ... bool mysql_stmt_send_long_data(MYSQL_STMT *stmt, unsigned int parameter_number, const char *data, unsigned long length) Enables an application to send parameter data to the server in pieces (or ...
https://dev.mysql.com/mysqldump.html
The mysqldump command can also generate output in CSV, other delimited text, or XML format. (See Section 6.4.1.4, “Client-Side Cleartext Pluggable Authentication”.) --get-server-public-key Request from the server the public key required for RSA ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/option-files.html
Many option files are plain text files, created using any text editor. In the latter context, if “x” is not a valid escape sequence character, \x becomes “x” rather than \x. Most MySQL programs can read startup options from option files ...
https://dev.mysql.com/partitioning-limitations.html
There are two exceptions to this restriction: When partitioning by [LINEAR] KEY, it is possible to use columns of any valid MySQL data type other than TEXT or BLOB as partitioning keys, because the internal key-hashing functions produce the correct ... This section discusses current restrictions and limitations on MySQL partitioning ...
https://dev.mysql.com/plugin-api-components.html
The WITH PARSER clause for full-text index creation associates a full-text parser plugin with a given FULLTEXT index. SQL statements: INSTALL PLUGIN registers a plugin in the mysql.plugin table and loads the plugin code. UNINSTALL PLUGIN unregisters ...
Displaying 141 to 150 of 306 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-text-p-15.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