Villagers

关注

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

Villagers

关注

阅读 97

2022-01-20

打开Navicat

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

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

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

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

相关推荐

雨鸣静声

解决MySQL连接时错误:1040 Too many connections的方法

雨鸣静声 69 0 0

zhaoxj0217

MySQL too many connections(1040)

zhaoxj0217 109 0 0

仲秋花似锦

too many connections 解决方法

仲秋花似锦 173 0 0

Soy丶sauce

MySQL too many connections 之解决方法

Soy丶sauce 94 0 0

small_Sun

MySQL连接时报1040 Too many connections

small_Sun 60 0 0

一只1994

mysql too many connections 解决

一只1994 95 0 0

彭维盛

mysql 连接数配置,解决Too many connections错误

彭维盛 16 0 0

北邮郭大宝

Nginx出现413 Request Entity Too Large错误解决方法

北邮郭大宝 40 0 0

王远洋

mybatis 异常 too many connections 解决方案 mysql

王远洋 174 0 0

萧让听雪

【django问题集】django.db.utils.OperationalError: (1040, ‘Too many connections‘)

萧让听雪 37 0 0

精彩评论(0)

0 0 举报