Rechercher dans le manuel MySQL

Displaying 321 to 330 of 864 total results
https://dev.mysql.com/pam-pluggable-authentication.html
With this plugin-loading method, the option must be given each time the server starts. If you installed the plugin at runtime using an INSTALL PLUGIN statement, it remains installed across server restarts. The PAM authentication plugin checks at ...
https://dev.mysql.com/partitions-table.html
UPDATE_TIME The time that the partition or subpartition was last modified. CHECK_TIME The last time that the table to which this partition or subpartition belongs was checked. For each such row: The SUBPARTITION_NAME, SUBPARTITION_ORDINAL_POSITION, ...Each row in this table corresponds to an individual partition or subpartition of a partitioned ...
https://dev.mysql.com/performance-schema-query-profiling.html
The setup_actors table can be used to limit the collection of historical events by host, user, or account to reduce runtime overhead and the amount of data collected in history tables. Performance Schema displays event timer information in ... The ...
https://dev.mysql.com/performance-schema-startup-configuration.html
It is possible that a plugin installed later may create the instrument, at which time the name is recognized and configured. At runtime, SHOW VARIABLES displays the actual values that autosized parameters were set to. To use the MySQL Performance ...
https://dev.mysql.com/performance-schema-thread-pool-tables.html
They provide information about thread pool operation: tp_thread_group_state: Information about thread pool thread group states tp_thread_group_stats: Thread group statistics tp_thread_state: Information about thread pool thread states Rows in these ... Note The Performance Schema tables described here are available as of MySQL ...
https://dev.mysql.com/postinstallation.html
Optionally, populate time zone tables to enable recognition of named time zones. This section discusses tasks that you should perform after installing MySQL: If necessary, initialize the data directory and create the MySQL grant tables. For some ...
https://dev.mysql.com/prepared-statements-instances-table.html
These columns can be used to find stored programs that leak prepared statements: SELECT OWNER_OBJECT_TYPE, OWNER_OBJECT_SCHEMA, OWNER_OBJECT_NAME, STATEMENT_NAME, SQL_TEXT FROM performance_schema.prepared_statements_instances WHERE OWNER_OBJECT_TYPE ... The Performance Schema provides instrumentation for prepared statements, for which there are two protocols: The binary ...
https://dev.mysql.com/processlist-table.html
See Section 5.1.10, “Server Status Variables” TIME The time in seconds that the thread has been in its current state. For a slave SQL thread, the value is the number of seconds between the timestamp of the last replicated event and the real time ... The PROCESSLIST table provides information about which threads are ...
https://dev.mysql.com/replication-administration-status.html
The MASTER_HEARTBEAT_PERIOD setting on the master (set by the CHANGE MASTER TO statement) specifies the frequency of the heartbeat, which defaults to half of the connection timeout interval for the slave (slave_net_timeout). A high number (or an ...
https://dev.mysql.com/replication-applier-status-by-worker-table.html
The applier threads on a multithreaded slave are sometimes called workers. When the Performance Schema is disabled, local timing information is not collected, so the fields showing the start and end timestamps for applied transactions are zero. The ... This table provides details of the transactions handled by applier threads on a replication slave or Group Replication group ...
Displaying 321 to 330 of 864 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-33.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