Rechercher dans le manuel MySQL

Displaying 111 to 120 of 294 total results
https://dev.mysql.com/join.html
MySQL supports the following JOIN syntax for the table_references part of SELECT statements and multiple-table DELETE and UPDATE statements: table_references: escaped_table_reference [, escaped_table_reference] ... index_hint: USE {INDEX|KEY} [FOR ...
https://dev.mysql.com/keyring-system-variables.html
These variables are unavailable unless the appropriate keyring plugin is installed (see Section 6.4.4.1, “Keyring Plugin Installation”). keyring_aws_cmk_id Property Value Command-Line Format --keyring-aws-cmk-id=value Introduced 8.0.11 System ...
https://dev.mysql.com/ldap-pluggable-authentication.html
These LDAP entries are available in the directory managed by the LDAP server, to provide distinguished name values that uniquely identify each user: uid=betsy_ldap,ou=People,dc=example,dc=com uid=boris_ldap,ou=People,dc=example,dc=com CREATE USER ...
https://dev.mysql.com/limit-optimization.html
If you combine LIMIT row_count with DISTINCT, MySQL stops as soon as it finds row_count unique rows. If you need only a specified number of rows from a result set, use a LIMIT clause in the query, rather than fetching the whole result set and ...
https://dev.mysql.com/multiple-servers.html
Whether or not you use distinct server binaries, each instance that you run must be configured with unique values for several operating parameters. However, if you need to run multiple servers on a more permanent basis, it is more convenient to use ... In some cases, you might want to run multiple instances of MySQL on a single ...
https://dev.mysql.com/multiple-windows-command-line-servers.html
Each server that supports named-pipe connections must use a unique pipe name. Enable such connections by starting the server with the shared_memory system variable enabled and specify a unique shared-memory name for each server by setting the ...
https://dev.mysql.com/myisamchk-repair-options.html
--recover, -r Do a repair that can fix almost any problem except unique keys that are not unique (which is an extremely unlikely error with MyISAM tables). myisamchk supports the following options for table repair operations (operations performed ...
https://dev.mysql.com/myisamchk.html
The myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables (tables that have .MYD and .MYI files for storing data and indexes). You can also use the CHECK TABLE and ...
https://dev.mysql.com/myisampack.html
When the table is used later, the server reads into memory the information needed to decompress columns. This results in much better performance when accessing individual rows, because you only have to uncompress exactly one row. MySQL uses mmap() ...
https://dev.mysql.com/mysql-cluster-api-definition.html
This value must be unique for each node in the cluster, regardless of the type of node. This value must be unique for each node in the cluster, regardless of the type of node. The [mysqld] and [api] sections in the config.ini file define the ...
Displaying 111 to 120 of 294 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-unique-p-12.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