diff --git a/Src/Asp.NetCore2/SqlSeverTest/Program.cs b/Src/Asp.NetCore2/SqlSeverTest/Program.cs
index f6477fc48..1d8ee6d9a 100644
--- a/Src/Asp.NetCore2/SqlSeverTest/Program.cs
+++ b/Src/Asp.NetCore2/SqlSeverTest/Program.cs
@@ -41,7 +41,7 @@ namespace OrmTest
/// Database connection string
/// 数据库连接字符串
///
- public readonly static string Connection = "server=.;uid=sa;pwd=SqlSugar123!;database=SqlSugar5Demo;Encrypt=True;TrustServerCertificate=True";
+ public readonly static string Connection = "server=.;uid=sa;pwd=sasa;database=SqlSugar5Demo;Encrypt=True;TrustServerCertificate=True";
///
/// Get a new SqlSugarClient instance with specific configurations
diff --git a/Src/Asp.NetCore2/SqlSeverTest/UserTestCases/Config.cs b/Src/Asp.NetCore2/SqlSeverTest/UserTestCases/Config.cs
index 459097693..4b2287a81 100644
--- a/Src/Asp.NetCore2/SqlSeverTest/UserTestCases/Config.cs
+++ b/Src/Asp.NetCore2/SqlSeverTest/UserTestCases/Config.cs
@@ -16,16 +16,16 @@ namespace SqlSeverTest.UserTestCases
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString = "server=.;uid=sa;pwd=SqlSugar123!;database=SQLSUGAR4XTEST;Encrypt=True;TrustServerCertificate=True";
+ public static string ConnectionString = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST;Encrypt=True;TrustServerCertificate=True";
///
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString2 = "server=.;uid=sa;pwd=SqlSugar123!;database=SQLSUGAR4XTEST2;Encrypt=True;TrustServerCertificate=True";
+ public static string ConnectionString2 = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST2;Encrypt=True;TrustServerCertificate=True";
///
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString3 = "server=.;uid=sa;pwd=SqlSugar123!;database=SQLSUGAR4XTEST3;Encrypt=True;TrustServerCertificate=True";
+ public static string ConnectionString3 = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST3;Encrypt=True;TrustServerCertificate=True";
}
}