]> git.mxchange.org Git - friendica.git/commitdiff
Update doc/Install.md
authorErich <erichbschulz@gmail.com>
Sun, 1 May 2022 12:09:00 +0000 (22:09 +1000)
committerGitHub <noreply@github.com>
Sun, 1 May 2022 12:09:00 +0000 (22:09 +1000)
fix by @MrPetovan

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
doc/Install.md

index 8d52c1c11ac609df080abc2f016ee906461a6f30..733c8109b086cee711b4c0f415864148e30847c2 100644 (file)
@@ -111,7 +111,7 @@ Then use the following script using the password you just generated:
 
     CREATE DATABASE friendicadb;
     CREATE USER 'friendica'@'localhost' IDENTIFIED BY '<<your mysql password here>>';
-    GRANT ALL ON friendicadb.* TO 'friendica'@'localhost' WITH GRANT OPTION;
+    GRANT ALL ON friendicadb.* TO 'friendica'@'localhost';
     FLUSH PRIVILEGES;
     EXIT;