mysql_secure_installation correction 7
This commit is contained in:
parent
d0b507ae6a
commit
24d93ecf44
|
@ -110,9 +110,9 @@ if [[ "$answer" == "y" ]]; then
|
|||
expect \"Change the root password? \\[Y/n\\]\"
|
||||
send \"y\r\"
|
||||
expect \"New password:\"
|
||||
send \"${$db_root_password}\r\"
|
||||
send \"${db_root_password}\r\"
|
||||
expect \"Re-enter new password:\"
|
||||
send \"${$db_root_password}\r\"
|
||||
send \"${db_root_password}\r\"
|
||||
expect \"Remove anonymous users?\"
|
||||
send \"y\r\"
|
||||
expect \"Disallow root login remotely?\"
|
||||
|
|
Loading…
Reference in New Issue