From b7d09d02013ab654675f5fe6e36f32274c27aeb3 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:44:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=B8=A6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=BA=94=E7=94=A8=E5=AE=89=E8=A3=85=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98=20(#1806)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/service/app_utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/service/app_utils.go b/backend/app/service/app_utils.go index 89ef72843..30253d7d7 100644 --- a/backend/app/service/app_utils.go +++ b/backend/app/service/app_utils.go @@ -130,6 +130,7 @@ func createLink(ctx context.Context, app model.App, appInstall *model.AppInstall createMysql.Format = "utf8mb4" createMysql.Permission = "%" createMysql.Password = dbConfig.Password + createMysql.From = "local" mysqldb, err := NewIMysqlService().Create(ctx, createMysql) if err != nil { return err