Modify the database connections

Queries maximum number of connections
show variables like '% max_connections%' ;


To modify the maximum number of connections 1000
SET Global max_connections = 1000;

Guess you like

Origin www.cnblogs.com/tangtangsimida/p/11895482.html