mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-13 09:38:41 +00:00
add comments on psql setup
This commit is contained in:
parent
4f8a91a951
commit
756b4887e3
|
|
@ -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';
|
# update mysql.user set plugin='' where user='root';
|
||||||
# flush privileges;
|
# flush privileges;
|
||||||
|
|
||||||
# /etc/postgresq/...
|
# /etc/postgresq/hba_..
|
||||||
# change from md5 to trust
|
# change from md5 to trust
|
||||||
|
# login to psql and \password define new password
|
||||||
|
|
||||||
update-rc.d postgresql enable
|
update-rc.d postgresql enable
|
||||||
service postgresql start
|
service postgresql start
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user