mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-08 07:39:07 +01:00
bug fix: grant priv
This commit is contained in:
@@ -255,7 +255,7 @@ EOF
|
||||
|
||||
fi
|
||||
|
||||
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '%s';flush privileges"
|
||||
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '$MYSQLPassword';flush privileges"
|
||||
|
||||
|
||||
## Ghetoo Repo for Postfix/Dovecot
|
||||
|
||||
Reference in New Issue
Block a user