Merge "start mysql before executing it"
authorFu Jinhua <fu.jinhua@zte.com.cn>
Thu, 26 Oct 2017 07:07:16 +0000 (07:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 26 Oct 2017 07:07:16 +0000 (07:07 +0000)
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