Rechercher dans le manuel MySQL

Displaying 321 to 330 of 868 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 868 total results

Find a PHP function

Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-fct-time-p-33.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:en Manuel MySQL : https://dev.mysql.com/

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut