show processlist;show variables like 'max_connections';
#修改最大连接数,临时有效
set GLOBAL max_connections=1000;
#参考所有参数
show variables