System and server variables: Such variables contain states or attributes of the MySQL server.
mysql> mysql> SELECT @@global.time_zone; +--------------------+ | @@global.time_zone | +--------------------+ | SYSTEM | +--------------------+ 1 row in set (0.00 sec) mysql>