bug fix: grant priv

This commit is contained in:
Usman Nasir
2020-09-16 22:12:09 +05:00
parent 5e72e07781
commit f4fdb8f6f6

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