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