mysql -u root -p;
set global max_connections = 10000;设置最大连接数
show status;
show status like 'Connections'; 查询连接数
show processlist; 查进程
mysql -u root -p;
set global max_connections = 10000;设置最大连接数
show status;
show status like 'Connections'; 查询连接数
show processlist; 查进程