bug fix: grant priv

This commit is contained in:
Usman Nasir
2020-09-16 22:12:09 +05:00
parent 28df65f809
commit dfeb62f207

View File

@@ -252,10 +252,11 @@ EOF
systemctl start mysql
mysql_upgrade -uroot -p$MYSQLPassword
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '%s';flush privileges"
fi
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '%s';flush privileges"
## Ghetoo Repo for Postfix/Dovecot