mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2025-04-15 17:03:34 +00:00
Update install.sh
This commit is contained in:
parent
ee669c1c65
commit
e891eed89d
1 changed files with 6 additions and 6 deletions
|
@ -102,12 +102,12 @@ cd /usr/local/phyre/web
|
|||
|
||||
|
||||
mysql -uroot -proot <<MYSQL_SCRIPT
|
||||
SET GLOBAL validate_password.policy = LOW;
|
||||
SET GLOBAL validate_password.length = 6;
|
||||
SET GLOBAL validate_password.mixed_case_count = 0;
|
||||
SET GLOBAL validate_password.number_count = 0;
|
||||
SET GLOBAL validate_password.special_char_count = 0;
|
||||
FLUSH PRIVILEGES;
|
||||
SET GLOBAL validate_password.policy = LOW;
|
||||
SET GLOBAL validate_password.length = 6;
|
||||
SET GLOBAL validate_password.mixed_case_count = 0;
|
||||
SET GLOBAL validate_password.number_count = 0;
|
||||
SET GLOBAL validate_password.special_char_count = 0;
|
||||
FLUSH PRIVILEGES;
|
||||
MYSQL_SCRIPT
|
||||
|
||||
# Create MySQL user
|
||||
|
|
Loading…
Add table
Reference in a new issue