Commit 74b2e04e authored by 张 斌's avatar 张 斌

设置最大连接数

parent 94ee2eaa
...@@ -81,5 +81,5 @@ GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest'; ...@@ -81,5 +81,5 @@ GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest';
flush privileges; flush privileges;
-- 设置最大连接数 -- 设置最大连接数
set global max_connections=8000; SET GLOBAL max_connections = 10000;
flush privileges; flush privileges;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment