Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 332 Bytes

see-configuration-values.md

File metadata and controls

12 lines (7 loc) · 332 Bytes

See configuration values

In MySQL, use the show variables to see the current configuration values for the server, like the maximum allowed packet size.

show variables;

This is useful for debugging configuration.

Read the official documentation.