add comments on psql setup

This commit is contained in:
Dennis Eichhorn 2020-05-22 22:27:56 +02:00
parent 4f8a91a951
commit 756b4887e3

View File

@ -29,8 +29,9 @@ apt-get install npm git php7.4 php7.4-dev php7.4-cli php7.4-common php7.4-mysql
# update mysql.user set plugin='' where user='root';
# flush privileges;
# /etc/postgresq/...
# /etc/postgresq/hba_..
# change from md5 to trust
# login to psql and \password define new password
update-rc.d postgresql enable
service postgresql start