[성현모] VPKI 프로젝트 Import
This commit is contained in:
17
Projects/VPKI/VPKI.DB/DBPatch/CreateAccountDB.bat
Normal file
17
Projects/VPKI/VPKI.DB/DBPatch/CreateAccountDB.bat
Normal file
@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
::log
|
||||
IF NOT EXIST .\logs mkdir logs
|
||||
|
||||
::서버연결정보
|
||||
SET ServerIP=127.0.0.1
|
||||
SET ServerPort=1433
|
||||
|
||||
::DB 정보
|
||||
SET UserID=VPKI
|
||||
SET Passwd=Kefico!@34
|
||||
SET DBName=VPKI_AccountDB
|
||||
|
||||
::Default DB
|
||||
@echo off
|
||||
CALL CreateVPKIAccountDB.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%
|
||||
CALL CreateVPKIAccountDB.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%_DEV
|
||||
Reference in New Issue
Block a user