mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
bug fix: grant priv
This commit is contained in:
@@ -252,10 +252,11 @@ EOF
|
|||||||
systemctl start mysql
|
systemctl start mysql
|
||||||
|
|
||||||
mysql_upgrade -uroot -p$MYSQLPassword
|
mysql_upgrade -uroot -p$MYSQLPassword
|
||||||
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '%s';flush privileges"
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '%s';flush privileges"
|
||||||
|
|
||||||
|
|
||||||
## Ghetoo Repo for Postfix/Dovecot
|
## Ghetoo Repo for Postfix/Dovecot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user