fengyie007 发表于 2013-1-27 05:08:03

增加mysql的最大连接数

<div class="content" style="padding-right: 10px; display: block; padding-left: 10px; padding-bottom: 0px; padding-top: 0px;">1,修改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
页: [1]
查看完整版本: 增加mysql的最大连接数