mysql修改最大连接数

查看mysql的连接数的值: SELECT @@MAX_CONNECTIONS AS ‘Max Connections’;
修改: set GLOBAL max_connections=1000;
当前连接数:show status like ‘%Max_used_connections%’;

文章分类 mysql

发表评论

邮箱地址不会被公开。 必填项已用*标注

*