根据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.
根据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.
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。