增加mysql最大连接数的修改方法

2018-05-09 15:16:59 12031

在mysql安装目录中找到mysql的配置文件(windows中名为my.ini,linux系统一般名为my.cnf)
# The maximum amount of concurrent sessions the MySQL server will

# allow. One of these connections will be reserved for a user with

# SUPER privileges to allow the administrator to login even if the

# connection limit has been reached.

max_connections=100

将max_connections修改为适当的数值,如500,然后在重启mysql服务即可.


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: