Han-Gang / test

test
0 stars 0 forks source link

postgresql 安装启动 #33

Open Han-Gang opened 5 years ago

Han-Gang commented 5 years ago

https://www.postgresql.org/download/linux/redhat/ Interactive installer by EnterpriseDB Download the installer certified by EnterpriseDB for PostgreSQL 10.x and earlier. root 运行: postgresql-9.6.13-1-linux-x64.run

mkdir /data/postgre_data1 /data/PostgreSQL/9.6/bin/initdb -D /data/postgre_data1 /data/PostgreSQL/9.6/bin/pg_ctl -D /data/postgre_data1 start /data/PostgreSQL/9.6/bin/psql -h 127.0.0.1 -p 5432

user postgres

文本相似度: https://yq.aliyun.com/articles/59212

Han-Gang commented 5 years ago

https://billtian.github.io/digoal.blog/2018/09/04/01.html