Merge "start mysql before executing it"
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / docker / instance-init.sh
index 39e8502..da32e84 100755 (executable)
@@ -17,5 +17,6 @@
 # Config mysql credentials
 
 # Initialize MySQL schema
+/usr/bin/mysqld_safe &
 cd bin
-./init_db.sh vnfm vnfmpass 127.0.0.1 3306
+./init_db.sh root rootpass 127.0.0.1 3306