0
点赞
收藏
分享

微信扫一扫

MySQL出现too many connections(1040)错误解决方法

Villagers 2022-01-20 阅读 97
打开Navicat

先查看最大连接池的数量show variables like "max_connections"

增大连接池:set GLOBAL max_connections=1000。

之后基本能解决这个问题。

查到当前连接池的数量:show processlist; 
举报

相关推荐

0 条评论