From a1eb3add8ce7d30d392f424fee2f5f7489391ddc Mon Sep 17 00:00:00 2001 From: tteck Date: Sat, 21 Aug 2021 20:32:22 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5cea192b..ecb45e4d 100644 --- a/README.md +++ b/README.md @@ -189,11 +189,17 @@ Run the security script: sudo mysql_secure_installation ``` Enter current password for root (enter for none): enter + Switch to unix_socket authentication [Y/n] y + Change the root password? [Y/n] n + Remove anonymous users? [Y/n] y + Disallow root login remotely? [Y/n] y + Remove test database and access to it? [Y/n] y + Reload privilege tables now? [Y/n] y We will create a new account called admin with the same capabilities as the root account, but configured for password authentication.