mysql>show variables like 'max_connections';(查能够看当前的最大链接数) msyql>set global max_connections=1000;(设置最大链接数为1000,能够再次查看是否设置成功)mysql