mysql 1040 too many connections
通过搜索基本答案都是 set GLOBAL max_connections=256; 通过修改配置调整连接数.
set GLOBAL max_connections=256;
但是如果 1000 、一万都还是可以处理,如果 10 万、100 万呢
方案 1 、MySQL 集群(可以通过集群来提高连接数吗) 方案 2 、通过中间件消化