]> git.mxchange.org Git - friendica.git/blobdiff - doc/Install.md
Merge pull request #11585 from annando/fix-display
[friendica.git] / 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;