...
The connected threads are limited by max_connections:
Code Block | ||
---|---|---|
| ||
show variables like 'max_connections'; SET GLOBAL max_connections = 350; |
...
...
The connected threads are limited by max_connections:
Code Block | ||
---|---|---|
| ||
show variables like 'max_connections'; SET GLOBAL max_connections = 350; |
...