Table of Contents

MySql - Variable (configuration)

Management

Creation

Global variable are created in the configuration file

Show

SHOW GLOBAL VARIABLES LIKE 'skip_name_resolve';
Variable_name    |Value|
-----------------|-----|
skip_name_resolve|ON   |