Published
- 1 min read
mysql set max connections
The solution for this is noted below
mysql set max connections
Solution
show variables like "max_connections";
set global max_connections =5000;
Try other methods by searching on the site. That is if this doesn’t work