mysql_secure_installation correction 7

This commit is contained in:
Valentin 2024-02-23 16:40:37 +01:00
parent d0b507ae6a
commit 24d93ecf44
1 changed files with 2 additions and 2 deletions

View File

@ -110,9 +110,9 @@ if [[ "$answer" == "y" ]]; then
expect \"Change the root password? \\[Y/n\\]\" expect \"Change the root password? \\[Y/n\\]\"
send \"y\r\" send \"y\r\"
expect \"New password:\" expect \"New password:\"
send \"${$db_root_password}\r\" send \"${db_root_password}\r\"
expect \"Re-enter new password:\" expect \"Re-enter new password:\"
send \"${$db_root_password}\r\" send \"${db_root_password}\r\"
expect \"Remove anonymous users?\" expect \"Remove anonymous users?\"
send \"y\r\" send \"y\r\"
expect \"Disallow root login remotely?\" expect \"Disallow root login remotely?\"