postsql
Posted 烟雨半生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postsql相关的知识,希望对你有一定的参考价值。
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-server -y /usr/pgsql-13/bin/postgresql-13-setup initdb vi /var/lib/pgsql/13/data/postgresql.conf vi /var/lib/pgsql/13/data/pg_hba.conf sudo systemctl start postgresql-13 sudo systemctl enable postgresql-13.service sudo su - postgres alter user postgres with password \'password\'; SHOW config_file; vi /var/lib/pgsql/13/data/postgresql.conf; log_min_duration_statement = 100 service postgresql-13 reload
以上是关于postsql的主要内容,如果未能解决你的问题,请参考以下文章