mysql5.7版本,mysql server最大连接数,mysql 用户最大连接数
根据mysql的官方手册:https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections
mysql server最大连接数是10万,一般在my.ini 配置文件里的默认max_connections = 151
而mysql 用户最大连接数官方手册显示为42亿多,默认值是0,0表示无限制。
end.