Add sleep of 5 sec for mysql to come up properly

This commit is contained in:
herlesupreeth
2020-12-16 16:48:51 +01:00
parent db658a9a5d
commit 24a3fa33c4

View File

@@ -49,4 +49,6 @@ mysql -u root -e "FLUSH PRIVILEGES;"
mysql -u root -e "SET GLOBAL max_connections=200;"
pkill -9 mysqld
sleep 5
mysqld_safe