修改my.ini
# 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
将它改成更大的数值,如500
转自江苏三艾网络
# 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
将它改成更大的数值,如500
转自江苏三艾网络
本文介绍如何通过修改my.ini文件中的max_connections参数来增加MySQL服务器允许的最大并发会话数量,以提高服务器性能。
1万+

被折叠的 条评论
为什么被折叠?



