From 61ab9d9a1106589f9babb596a0ff71077ef52ea3 Mon Sep 17 00:00:00 2001 From: QM303176530 <303176530@qq.com> Date: Fri, 17 Apr 2020 21:45:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9Fdbname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.yaml b/server/config.yaml index c0bfed12..02631245 100644 --- a/server/config.yaml +++ b/server/config.yaml @@ -13,7 +13,7 @@ mysql: username: root password: 'Aa@6447985' path: '127.0.0.1:3306' - db-name: 'yx' + db-name: 'qmplus' config: 'charset=utf8&parseTime=True&loc=Local' max-idle-conns: 10 max-open-conns: 10