Commit e3de5266 authored by 张 斌's avatar 张 斌

chore(yaml):修改mysql镜像,设置最大连接数

parent 173448f2
...@@ -79,3 +79,7 @@ flush privileges; ...@@ -79,3 +79,7 @@ flush privileges;
CREATE DATABASE merchant; CREATE DATABASE merchant;
GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest'; GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest';
flush privileges; flush privileges;
-- 设置最大连接数
set global max_connections=8000;
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