当所有连接都被其他客户端占用时,连接服务器将收到这个报错。
增加服务器参数max_connections的值以支持更多的客户端连接。
max_connections的值以支持更多的客户端连接。
show variables like ‘max_connections‘; set global max_connections=251;
MYSQL常见错误
原文:https://www.cnblogs.com/zxNice/p/14325341.html