From a1a4dd1969bc9858be03d51966428cbfcc49fb30 Mon Sep 17 00:00:00 2001 From: tteck Date: Sat, 21 Aug 2021 21:13:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce643fc3..754c3d02 100644 --- a/README.md +++ b/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; ```