update instance-init.sh
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / docker / instance-init.sh
index 3c1ec6c..39f0c3e 100755 (executable)
 #
 # Config mysql credentials
 
+function start_mysql {
+    echo "start mysql ... "
+    /usr/bin/systemctl start mysql.service || /usr/sbin/service mysql start
+    sleep 1
+}
+
+start_mysql
+
 # Initialize MySQL schema
 cd bin
 ./init_db.sh root rootpass 127.0.0.1 3306