mysql_secure_installation correction 7
This commit is contained in:
@@ -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?\"
|
||||
|
Reference in New Issue
Block a user