Rechercher dans le manuel MySQL

Displaying 261 to 270 of 278 total results
https://dev.mysql.com/using-encrypted-connections.html
This remains true until the next change to the system variables. Several options are available to indicate whether to use encrypted connections, and to specify the appropriate certificate and key files. Instructions for creating any required ...
https://dev.mysql.com/using-system-variables.html
On the other hand, with SET you can assign a variable's value using an expression, which is not true when you set a variable at server startup. The MySQL server maintains many system variables that configure its operation. Section 5.1.8, “Server ...
https://dev.mysql.com/using-systemd.html
To suppress this automatic initialization behavior, specify the following line in the /etc/sysconfig/mysql file (create the file if it does not exist): NO_INIT=true This section describes how to configure systemd for multiple instances of MySQL. If ...
https://dev.mysql.com/validate-password-options-variables.html
Assuming that is true, each substring of the password of length 4 up to 100 is compared to the words in the dictionary file. This section describes the system and status variables that validate_password provides to enable its operation to be ...
https://dev.mysql.com/validate-password.html
This is true even if an account is locked initially because otherwise unlocking the account later would cause it to become accessible without a password that satisfies the policy. The validate_password component serves to improve security by ...
https://dev.mysql.com/version-tokens-usage.html
Locking service locks can be monitored using the Performance Schema, so this is also true for Version Tokens locks. Before using Version Tokens, install it according to the instructions provided at Section 5.6.6.2, “Installing or Uninstalling ...
https://dev.mysql.com/view-updatability.html
The flag is set to YES (true) if UPDATE and DELETE (and similar operations) are legal for the view. Some views are updatable and references to them can be used to specify tables to be updated in data change statements. That is, you can use them in ...
https://dev.mysql.com/views-table.html
The flag is set to YES (true) if UPDATE and DELETE (and similar operations) are legal for the view. You must have the SHOW VIEW privilege to access this table. The VIEWS table has these columns: TABLE_CATALOG The name of the catalog to which the ...
https://dev.mysql.com/wait-summary-tables.html
The Performance Schema maintains tables for collecting current and recent wait events, and aggregates that information in summary tables. Section 26.12.4, “Performance Schema Wait Event Tables” describes the events on which wait summaries are ...
https://dev.mysql.com/while.html
[begin_label:] WHILE search_condition DO statement_list END WHILE [end_label] The statement list within a WHILE statement is repeated as long as the search_condition expression is true. statement_list consists of one or more SQL statements, each ...
Displaying 261 to 270 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-27.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