mysql linux 指令查询当前最大连接数?show variables like max_connections修改set GLOBAL max_connect
mysql linux 指令
查询当前最大连接数
?show variables like 'max_connections';
修改
set GLOBAL max_connections=200;
mysql linux 指令
查询当前最大连接数
?show variables like 'max_connections';
修改
set GLOBAL max_connections=200;