1、查看最大连接数
show variables like '%max_connections%';
2、修改最大连接数
set GLOBAL max_connections = 1000;
转载于:https://www.cnblogs.com/penghq/p/10653241.html
1、查看最大连接数
show variables like '%max_connections%';
2、修改最大连接数
set GLOBAL max_connections = 1000;
转载于:https://www.cnblogs.com/penghq/p/10653241.html