bug fix: grant priv

This commit is contained in:
Usman Nasir
2020-09-16 22:10:44 +05:00
parent c0d7e8a99b
commit 61551e7638

View File

@@ -252,6 +252,7 @@ EOF
systemctl start mysql
mysql_upgrade -uroot -p$MYSQLPassword
mysql_upgrade -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '%s';flush privileges"
fi