Rechercher dans le manuel MySQL

Displaying 761 to 770 of 873 total results
https://dev.mysql.com/plugin-data-structures.html
These flags are available: #define PLUGIN_OPT_NO_INSTALL 1UL /* Not dynamically loadable */ #define PLUGIN_OPT_NO_UNINSTALL 2UL /* Not dynamically unloadable */ #define PLUGIN_OPT_ALLOW_EARLY 4UL /* allow --early-plugin-load */ The flags have the ...
https://dev.mysql.com/plugin-loading.html
It is also possible to control the activation state of loaded plugins at startup, and to unload them at runtime. That is, the option produces a one-time plugin-installation operation that persists for a single server invocation. --plugin-load, ...
https://dev.mysql.com/plugin-types.html
The plugin API enables creation of plugins that implement several capabilities: Storage engines Full-text parsers Daemons INFORMATION_SCHEMA tables Semisynchronous replication Auditing Authentication Password validation and strength checking ...
https://dev.mysql.com/precision-math.html
For example, MySQL treats a number such as .0001 as an exact value rather than as an approximation, and summing it 10,000 times produces a result of exactly 1, not a value that is merely “close” to 1. MySQL provides support for precision math: ...
https://dev.mysql.com/privilege-changes.html
Database privilege changes take effect the next time the client executes a USE db_name statement. If the mysqld server is started without the --skip-grant-tables option, it reads all grant table contents into memory during its startup sequence. The ...
https://dev.mysql.com/privileges-provided.html
Privileges also differ in terms of whether they are static (built in to the server) or dynamic (defined at runtime). SUPER affects the following operations and server behaviors: Enables system variable changes at runtime: Enables server ... The ...
https://dev.mysql.com/problems-connecting.html
Otherwise, your changes have no effect until the next time the server is restarted. If you encounter problems when you try to connect to the MySQL server, the following items describe some courses of action you can take to correct the problem. To ...
https://dev.mysql.com/problems-with-null.html
If you insert NULL into a TIMESTAMP column, the current date and time is inserted. The concept of the NULL value is a common source of confusion for newcomers to SQL, who often think that NULL is the same thing as an empty string ''. For example, ...
https://dev.mysql.com/programs-development.html
This works well for programs that use the last instance of an option that is specified multiple times. This section describes some utilities that you may find useful when developing MySQL programs. In shell scripts, you can use the ...
https://dev.mysql.com/proxy-users.html
At connect time, proxy_user must represent a valid externally authenticated MySQL user, and proxied_user must represent a valid locally authenticated user. For example, if a client authenticates through the ''@'' proxy account, this variable is set ...The plugin that authenticates a given connection may request that the connecting (external) user be treated as a different user for privilege-checking ...
Displaying 761 to 770 of 873 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-time-p-77.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