diff --git a/Src/Asp.NetCore2/ClickHouseTest/Config.cs b/Src/Asp.NetCore2/ClickHouseTest/Config.cs index 0254d7275..159172b8d 100644 --- a/Src/Asp.NetCore2/ClickHouseTest/Config.cs +++ b/Src/Asp.NetCore2/ClickHouseTest/Config.cs @@ -16,7 +16,7 @@ namespace OrmTest /// Account have permission to create database /// 用有建库权限的数据库账号 /// - public static string ConnectionString = "Database=SqlSugarTest2;Username=default;Password=;Host=localhost;Port=8123;Compression=False;UseSession=False;Timeout=120;"; + public static string ConnectionString = "host=localhost;port=8123;user=default;password=;database=default"; /// /// Account have permission to create database /// 用有建库权限的数据库账号