diff options
author | 2017-08-07 12:36:54 +0800 | |
---|---|---|
committer | 2017-08-07 12:42:24 +0800 | |
commit | 7ab5d3b5150f3941f61f40bc27c94909bcbdfe7d (patch) | |
tree | 63a3f115c7023a07f7f092986f666704ba9a9b21 /engine-d-standalone/src/main/assembly/bin/initDB.bat | |
parent | 4ced1931f4e031761d6d16484bb59a975dfcdc68 (diff) |
Change the groupid from openo to onap
Change the groupid and package paths to onap.
Change-Id: Ie2f9926d418fbb434509a0d740efa95148ab58de
Issue-ID: HOLMES-8
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d-standalone/src/main/assembly/bin/initDB.bat')
-rw-r--r-- | engine-d-standalone/src/main/assembly/bin/initDB.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-d-standalone/src/main/assembly/bin/initDB.bat b/engine-d-standalone/src/main/assembly/bin/initDB.bat index 29a795c..84b2e54 100644 --- a/engine-d-standalone/src/main/assembly/bin/initDB.bat +++ b/engine-d-standalone/src/main/assembly/bin/initDB.bat @@ -24,7 +24,7 @@ echo start init holmes engine-d db echo HOME=%HOME% set main_path=%HOME%..\ cd /d %main_path% -mysql -u%user% -p%password% -P%port% -h%host% < %main_path%\dbscripts\mysql\openo-holmes_engine_d-createobj.sql +mysql -u%user% -p%password% -P%port% -h%host% < %main_path%\dbscripts\mysql\onap-holmes_engine_d-createobj.sql set "err=%errorlevel%" if "%err%"=="0" ( echo init engine-d db success |