Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.5Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 1151 to 1160 of 1164 total results
https://dev.mysql.com/doc/refman/8.0/en/sys-wait-classes-global-by-latency.html
These views summarize wait class total latencies, grouped by event class. An event class is determined by stripping from the event name everything after the first three components. The wait_classes_global_by_latency and ...
https://dev.mysql.com/doc/refman/8.0/en/sys-waits-by-host-by-latency.html
By default, rows are sorted by host and descending total latency. These views summarize wait events, grouped by host and event. The waits_by_host_by_latency and x$waits_by_host_by_latency views have these columns: host The host from which the ...
https://dev.mysql.com/doc/refman/8.0/en/sys-waits-by-user-by-latency.html
By default, rows are sorted by user and descending total latency. These views summarize wait events, grouped by user and event. The waits_by_user_by_latency and x$waits_by_user_by_latency views have these columns: user The user associated with the ...
https://dev.mysql.com/doc/refman/8.0/en/sys-waits-global-by-latency.html
The waits_global_by_latency and x$waits_global_by_latency views have these columns: events The event name. total_latency The total wait time of timed occurrences of the event. avg_latency The average wait time per timed occurrence of the event.
https://dev.mysql.com/doc/refman/8.0/en/test-pluggable-authentication.html
For example: $> mysql --user=testuser --password Enter password: testpassword The plugin fetches the password as received from the client and compares it with the value stored in the authentication_string column of the account row in the mysql.user ... MySQL includes a test plugin that checks account credentials and logs success or failure to the server error ...
https://dev.mysql.com/doc/refman/8.0/en/timestamp-lookups.html
For the two distinct session time zone values that map to the same UTC value, the indexed lookup matches only the corresponding UTC index entry and returns only a single row. Temporal values are stored in TIMESTAMP columns as UTC values, and values ...
https://dev.mysql.com/doc/refman/8.0/en/traceable-statements.html
Statements which are traceable are listed here: SELECT INSERT REPLACE UPDATE DELETE EXPLAIN with any of the preceding statements SET DO DECLARE, CASE, IF, and RETURN as used in stored routines CALL Tracing is supported for both INSERT and REPLACE ...For statements which are prepared and executed in separate steps, preparation and execution are traced ...
https://dev.mysql.com/doc/refman/8.0/en/uninstall-component.html
It requires the DELETE privilege for the mysql.component system table because it removes the row from that table that registers the component. A component provides services that are available to the server and other components; see Section 7.5, ...
https://dev.mysql.com/doc/refman/8.0/en/user-names.html
The server is free to ignore rows that become malformed as a result of such modifications. MySQL stores accounts in the user table of the mysql system database. An account is defined in terms of a user name and the client host or hosts from which ...
https://dev.mysql.com/doc/refman/8.0/en/using-explain.html
With the help of EXPLAIN, you can see where you should add indexes to tables so that the statement executes faster by using indexes to find rows. The EXPLAIN statement provides information about how MySQL executes statements: EXPLAIN works with ...
Displaying 1151 to 1160 of 1164 total results