From 2c27ac0f5487807f75a44ec2783452b1327885a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=86=9B?= <510423039@qq.com> Date: Fri, 13 Jan 2023 13:15:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Lion.AbpSuite.DbMigrator/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/src/Lion.AbpSuite.DbMigrator/appsettings.Production.json b/aspnet-core/src/Lion.AbpSuite.DbMigrator/appsettings.Production.json index 67de520..41b0d31 100644 --- a/aspnet-core/src/Lion.AbpSuite.DbMigrator/appsettings.Production.json +++ b/aspnet-core/src/Lion.AbpSuite.DbMigrator/appsettings.Production.json @@ -1,5 +1,5 @@ { "ConnectionStrings": { - "Default": "Data Source=mysql;Port=3307;Database=LionAbpSuiteDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" + "Default": "Data Source=mysql;Port=3306;Database=LionAbpSuiteDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" } } \ No newline at end of file