mysql修改最大连接数

mysql默认数是100,一般流量稍微大一点就会l链接数过大;

查看连接数:   show variables like '%max_connections%';
修改最大连接数: set GLOBAL max_connections=1024;

posted @ 2020-12-22 15:15  d-w  阅读(143)  评论(0编辑  收藏  举报