From c938eb50028042c40c903c20b2ad19bbbe042ec5 Mon Sep 17 00:00:00 2001 From: Erich Date: Sun, 1 May 2022 22:09:00 +1000 Subject: [PATCH] Update doc/Install.md fix by @MrPetovan Co-authored-by: Hypolite Petovan --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index 8d52c1c11a..733c8109b0 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -111,7 +111,7 @@ Then use the following script using the password you just generated: CREATE DATABASE friendicadb; CREATE USER 'friendica'@'localhost' IDENTIFIED BY '<>'; - GRANT ALL ON friendicadb.* TO 'friendica'@'localhost' WITH GRANT OPTION; + GRANT ALL ON friendicadb.* TO 'friendica'@'localhost'; FLUSH PRIVILEGES; EXIT;