No cache version.

Caching disabled. Default setting for this page:enabled (code DEF204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher dans le manuel MySQL

5.1.10 Server Status Variables

The MySQL server maintains many status variables that provide information about its operation. You can view these variables and their values by using the SHOW [GLOBAL | SESSION] STATUS statement (see Section 13.7.6.35, “SHOW STATUS Syntax”). The optional GLOBAL keyword aggregates the values over all connections, and SESSION shows the values for the current connection.

  1. +-----------------------------------+------------+
  2. | Variable_name                     | Value      |
  3. +-----------------------------------+------------+
  4. | Aborted_clients                   | 0          |
  5. | Aborted_connects                  | 0          |
  6. | Bytes_received                    | 155372598  |
  7. | Bytes_sent                        | 1176560426 |
  8. ...
  9. | Connections                       | 30023      |
  10. | Created_tmp_disk_tables           | 0          |
  11. | Created_tmp_files                 | 3          |
  12. | Created_tmp_tables                | 2          |
  13. ...
  14. | Threads_created                   | 217        |
  15. | Threads_running                   | 88         |
  16. | Uptime                            | 1389872    |
  17. +-----------------------------------+------------+

Many status variables are reset to 0 by the FLUSH STATUS statement.

This section provides a description of each status variable. For a status variable summary, see Section 5.1.6, “Server Status Variable Reference”.

The status variables have the following meanings.


Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph