首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
Mysql Too many connections解决方法
Mysql Too many connections解决方法
xiaoxiao
2025-06-02
90
检查
# 查看当前所有连接 mysql> show full processlist; # 查看MySQL连接设置 mysql> show variables like '%connect%';
解决方法
调高连接数
编辑配置文件
[mysqld] max_connections=1000 max_user_connections=850 max_connect_errors=1000 max_allowed_packet=100M
转载请注明原文地址: https://yun.8miu.com/read-138398.html
最新回复
(
0
)