information_schema.SESSION_VARIABLES

2025-12-09 07:09:36  Updated

Feature

This view provides information about session variables.

Fields

Field Type Nullable Description
VARIABLE_NAME varchar(128) NO The name of the session variable.
VARIABLE_VALUE varchar(1024) YES The value of the session variable.

Contact Us