Centos下测试通过
查看当前系统下mysql设置的最大连接数
[root@localhost ~]# /usr/bin/mysqladmin -uroot -p variables |grep max_connections
| max_connections | 100 //默认是100
[root@localhost ~]# nano /etc/my.cnf
编辑my.cnf在[mysqld]中加入:
set-variable=max_connections=1000
[root@localhost ~]# service mysqld restart //重启mysql
来自:http://blog.csdn.net/windxxf/article/details/6049716
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/6425/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
评论列表