소스 검색

Update README.md

tteck 3 년 전
부모
커밋
a1eb3add8c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
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.