mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Update doc/Install.md
fix by @MrPetovan Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
d255c3128e
commit
c938eb5002
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue