Variable 'max_connections' is a SESSION variable and can't be used with SET GLOBAL
Open
bug
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 73
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 129
Description
This occurs when a config.yaml file contains `max_connections` param:
```
listener:
max_connections: 100
```
Workaround is not include this line in config.yaml.
Contributor guide
Assessment
This issue has not been assessed yet.