如何增加mysql的最大连接数

字体: | 打印

修改my.ini

QUOTE:

# 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