ソースを参照

Update README.md

tteck 4 年 前
コミット
a1a4dd1969
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -212,7 +212,7 @@ Create a new local admin (Change the username and password to match your prefere
 ```
 CREATE USER 'admin'@'localhost' IDENTIFIED BY 'password';
 ```
-Give local admin root privileges (Change the username and password to match from above)
+Give local admin root privileges (Change the username and password to match above)
 ```
 GRANT ALL ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;
 ```