Updated on 2025-10-23 GMT+08:00

global_status

The global_status view provides system status information about servers. This view is read-only. All users have the read permission on this view. Currently, only Threads_connected and Uptime are supported, which are used to display the number of global database connections and running time, respectively.

Table 1 information_schema.global_status columns

Name

Type

Description

VARIABLE_NAME

varchar(64)

Variable name of the server system status information.

VARIABLE_VALUE

varchar(1024)

Variable value of the server system status information.