tangtangsimida

查询最大连接数
show variables like \'%max_connections%\';


修改最大连接数为1000
set global max_connections=1000;

分类:

技术点:

相关文章: