Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The connected threads are limited by max_connections:

Code Block
languagesql
show variables like 'max_connections';  
SET GLOBAL max_connections = 350;

...