bug fix: grant priv

This commit is contained in:
Usman Nasir
2020-09-16 22:10:44 +05:00
parent 7bd6135617
commit 34da4b8739

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