show_variables
Inspect MySQL global variables to diagnose configuration issues. Filter by name pattern and target server for precise checks.
Instructions
[READ] Global variables (SHOW GLOBAL VARIABLES).
Args: pattern: Optional substring to filter variable names (e.g. 'innodb_buffer', 'max_connections'). target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| pattern | No |