From 974afbbd9e7ea60f3a6efa936d8603e90573ae1d Mon Sep 17 00:00:00 2001 From: syneffort Date: Mon, 22 Aug 2022 09:56:37 +0900 Subject: [PATCH] base account change --- TinyPOS/TinyPosDBGen/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyPOS/TinyPosDBGen/Program.cs b/TinyPOS/TinyPosDBGen/Program.cs index 699cb30..0d5dcbf 100644 --- a/TinyPOS/TinyPosDBGen/Program.cs +++ b/TinyPOS/TinyPosDBGen/Program.cs @@ -16,7 +16,7 @@ namespace TinyPosDBGen { string source = "localhost"; string catalog = "TestDB"; - string userId = "sa"; + string userId = "app_client"; string userPassword = ""; Console.WriteLine("데이터베이스를 초기화합니다.");