Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

too many connections mysql

show variables like "max_connections";

+-----------------+-------+
| Variable_name   | Value |
+-----------------+-------+
| max_connections | 100   |
+-----------------+-------+

set global max_connections = 500;
 
PREVIOUS NEXT
Tagged: #connections #mysql
ADD COMMENT
Topic
Name
4+6 =