日期:2014-05-16  浏览次数:20591 次

mysql linux 指令

查询当前最大连接数

?show variables like 'max_connections';

修改

set GLOBAL max_connections=200;