2000字范文,分享全网优秀范文,学习好帮手!
2000字范文 > Mysql Too many connections解决方法

Mysql Too many connections解决方法

时间:2019-06-20 22:26:44

相关推荐

Mysql Too many connections解决方法

检查

# 查看当前所有连接mysql> show full processlist;# 查看MySQL连接设置mysql> show variables like '%connect%';

解决方法

调高连接数

编辑配置文件

[mysqld]max_connections=1000max_user_connections=850max_connect_errors=1000max_allowed_packet=100M

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。