start mysql in docker
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / deployment / src / main / release / bin / init_db.sh
index e510bfa..a200e51 100755 (executable)
@@ -44,6 +44,7 @@ fi
 echo
 echo "DB-INIT [vnfm_db] : START"
 
+echo "start to create database and tables ... "
 mysql -u$1 -p$2 -h$3 -P$4 <$(cd `dirname $0`; pwd)/db/mysql/db-schema.sql > myout_init_db.file 2>&1
 
 if [ $? != 0 ] ; then