mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-19 05:52:05 +01:00
bug fix: grant priv
This commit is contained in:
@@ -252,7 +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"
|
||||
mysql -uroot -p$MYSQLPassword -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '%s';flush privileges"
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user